aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-04-26 22:40:14 -0400
committerRichard Henderson <rth@twiddle.net>2012-04-27 07:36:27 -0700
commitee6cb8adf29d2b9925c7b3522d1fbe8ec4d1f27c (patch)
treef055c44526f6e043e1153e86b8d1f8edd0ee5227
parent99449c154fad30b695c4151095873d4e994bce4d (diff)
downloadglibc-ee6cb8adf29d2b9925c7b3522d1fbe8ec4d1f27c.tar.xz
glibc-ee6cb8adf29d2b9925c7b3522d1fbe8ec4d1f27c.zip
alpha: Correct kernel version needed to define __ASSUME_ACCEPT4.
-rw-r--r--ChangeLog.alpha11
1 files changed, 3 insertions, 8 deletions
diff --git a/ChangeLog.alpha b/ChangeLog.alpha
index 065930d839..0caabdb4f6 100644
--- a/ChangeLog.alpha
+++ b/ChangeLog.alpha
@@ -1,27 +1,22 @@
2012-04-26 Matt Turner <mattst88@gmail.com>
+ * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Correct kernel
+ version needed to define __ASSUME_ACCEPT4.
+
* sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo): Use "c"
and "e" in fopen.
-2012-04-26 Matt Turner <mattst88@gmail.com>
-
* sysdeps/unix/sysv/linux/alpha/bits/mman.h (MAP_STACK): Define.
(MAP_HUGETLB): Likewise.
-2012-04-26 Matt Turner <mattst88@gmail.com>
-
* sysdeps/alpha/bits/mathdef.h: Remove __STDC__ conditionals.
* sysdeps/unix/alpha/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
-2012-04-26 Matt Turner <mattst88@gmail.com>
-
* sysdeps/alpha/fpu/bits/fenv.h: Use const instead of __const.
* sysdeps/unix/sysv/linux/alpha/oldglob.c: Likewise.
* sysdeps/unix/sysv/linux/alpha/sys/acct.h: Likewise.
-2012-04-26 Matt Turner <mattst88@gmail.com>
-
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_PATH): Define.
2012-03-27 Richard Henderson <rth@twiddle.net>