diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-22 09:25:29 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-22 09:25:29 -0700 |
commit | a4f6e481247a9af67547a4037c66c046f8c35824 (patch) | |
tree | ed911097f343390fbc4630b3b654739782d5779a /ChangeLog | |
parent | f63d5db67c5ac9da31e03e389fa454314ef96a35 (diff) | |
download | glibc-a4f6e481247a9af67547a4037c66c046f8c35824.tar.gz glibc-a4f6e481247a9af67547a4037c66c046f8c35824.tar.xz glibc-a4f6e481247a9af67547a4037c66c046f8c35824.zip |
Add x32 support to x86_64/bits/fcntl.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1918d8bf0f..9194b9b67d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-05-22 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include + <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE. + * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER): Use "neg %eax". |