about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-15 11:26:02 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-15 11:26:02 -0700
commit9a0a54864bc015efbbbd15dcf365bcb2c147fb90 (patch)
tree843770e647d3e9227a5f491497d44c532e3ae846 /ChangeLog
parent67cc348d55b886eac7c3b3b028d22ec8e8c349a4 (diff)
downloadglibc-9a0a54864bc015efbbbd15dcf365bcb2c147fb90.tar.gz
glibc-9a0a54864bc015efbbbd15dcf365bcb2c147fb90.tar.xz
glibc-9a0a54864bc015efbbbd15dcf365bcb2c147fb90.zip
Clean up x86_64/multiarch/memmove.c include order.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ab9bc355c..6b5f6c83e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-08-15  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
+	[!NOT_IN_libc]: Move #define and #undef of memmove to just before
+	and after including <string.h>.  Move declarations of
+	__memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
+	to before #include "string/memmove.c".
+
 	* include/dirent.h: Declare __getdirentries.
 
 	* sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not