This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Use x86_64 bits/{io,perm}.h for i386 and x86_64


On Thu, 31 May 2012, H.J. Lu wrote:

> Hi,
> 
> This patch uses bits/{io,perm}.h for i386 and x86_64.  OK to install?

It's sys/, not bits/.  The x86_64 version of sys/io.h seems to have a 
namespace problem that the i386 one doesn't (using "addr" instead of 
"__addr", "value" instead of "__value" as parameters) so I think you 
should actually be using the i386 version.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]