This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: PATCH: Use x86_64 bits/typesizes.h for i386 and x86-64
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Roland McGrath <roland at hack dot frob dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Thu, 31 May 2012 17:02:04 -0700
- Subject: Re: PATCH: Use x86_64 bits/typesizes.h for i386 and x86-64
- References: <20120531154911.GA11824@intel.com><20120531223044.ADD5F2C097@topped-with-meat.com>
On Thu, May 31, 2012 at 3:30 PM, Roland McGrath <roland@hack.frob.com> wrote:
> Isn't that going to change __fsword_t from int to long int
A patch is posted at
http://sourceware.org/ml/libc-alpha/2012-06/msg00000.html
> and __nlink_t from unsigned int to unsigned long int on i386?
__nlink_t was fixed by
http://sourceware.org/git/?p=glibc.git;a=commit;h=d5c908673413571d74a93af05cc29880697c04b0
--
H.J.