summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-22 12:43:46 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-22 12:43:46 -0700
commitda0331a873dbb62462c151c3d824da2f6fe2e770 (patch)
treec7adb0004a8810c926e47ef131427bf8f936e839 /ChangeLog
parent31a39bd8410d366ee03b9e48e9d56b8099868f26 (diff)
downloadglibc-da0331a873dbb62462c151c3d824da2f6fe2e770.tar.gz
glibc-da0331a873dbb62462c151c3d824da2f6fe2e770.tar.xz
glibc-da0331a873dbb62462c151c3d824da2f6fe2e770.zip
Add x32 arch_prctl
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2682acc866..7b4157079f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
+	Add arch_prctl.
+	* sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
+
 	* sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
 	(posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
 	* sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):