X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=TDz 8FHh4v1YgxBkjBKNxWbWlDgQc7kbRjlHtESjm0snWAbXV1X6Z63dyErSexx6ymVa BxXYhnTjqp3XLVUE8nVnxZUPS+EouKyedL4qnyMSd6Vgbo5J68XKkmhnXmWpxlPM O14gJK819cKmvewg+FRH3Urxi2tk/fdMXwmITYiM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=rh4yMKik9 FWXV3pzpyQNj13YMzw=; b=yFR7iEIEjP4blsiEdaaHuZj6W1YnG0mvUhgAWctd7 p1ldSxGtlIF3oV9EvGh+NUj4f+/4Axt7E2RZa+CvUXTNN4uiz/C+m0/pqfiRbl7H +t83c+KfG8XmZxm7uwVTJcude2Fdk2SSlkZCPnxqbekhHwFzKMxquzG35my6E7cW BU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.4 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,MSGID_MULTIPLE_AT,SPF_HELO_PASS,T_MANY_HDRS_LCASE,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mailout2.w1.samsung.com From: Pavel Fedin

To: cygwin AT cygwin DOT com Subject: bug: missing typedefs in asm/types.h Date: Mon, 27 Apr 2015 15:12:34 +0300 Message-id: <"018601d080e3$71da0730$558e1590$@fedin"@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-IsSubscribed: yes Hello! Our asm/types.h defines Linux-compatible things like __u8, __u16, etc. However, code which includes it might also expect __u64 and __s64, which are unsigned long long and long long correspondingly. An example of this is u-boot tools (like mkimage). Can this be fixed ? Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple