From ee6cb8adf29d2b9925c7b3522d1fbe8ec4d1f27c Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 26 Apr 2012 22:40:14 -0400 Subject: [PATCH] alpha: Correct kernel version needed to define __ASSUME_ACCEPT4. --- ChangeLog.alpha | 11 +++-------- 1 file 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 + * 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 - * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MAP_STACK): Define. (MAP_HUGETLB): Likewise. -2012-04-26 Matt Turner - * 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 - * 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 - * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_PATH): Define. 2012-03-27 Richard Henderson