aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-22 09:25:29 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-22 09:25:29 -0700
commita4f6e481247a9af67547a4037c66c046f8c35824 (patch)
treeed911097f343390fbc4630b3b654739782d5779a /ChangeLog
parentf63d5db67c5ac9da31e03e389fa454314ef96a35 (diff)
downloadglibc-a4f6e481247a9af67547a4037c66c046f8c35824.zip
glibc-a4f6e481247a9af67547a4037c66c046f8c35824.tar.gz
glibc-a4f6e481247a9af67547a4037c66c046f8c35824.tar.bz2
Add x32 support to x86_64/bits/fcntl.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1918d8b..9194b9b 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".