about summary refs log tree commit diff
path: root/sysdeps/x86_64
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2011-02-04 10:35:15 -0800
committerRoland McGrath <roland@redhat.com>2011-02-04 10:53:51 -0800
commita0bf67cca2b7de3a745ab5cf0f9d6e74078d57af (patch)
tree83eef0b2a457ba62a716a464dad5cadb6e9dbe09 /sysdeps/x86_64
parent091023f58fd6a18caeaa275b7c52048cc70dd3d2 (diff)
downloadglibc-a0bf67cca2b7de3a745ab5cf0f9d6e74078d57af.tar.gz
glibc-a0bf67cca2b7de3a745ab5cf0f9d6e74078d57af.tar.xz
glibc-a0bf67cca2b7de3a745ab5cf0f9d6e74078d57af.zip
Fix some warning nits.
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r--sysdeps/x86_64/multiarch/memset-x86-64.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/multiarch/memset-x86-64.S b/sysdeps/x86_64/multiarch/memset-x86-64.S
index 5e8cfb3e9b..551d105d21 100644
--- a/sysdeps/x86_64/multiarch/memset-x86-64.S
+++ b/sysdeps/x86_64/multiarch/memset-x86-64.S
@@ -12,6 +12,7 @@
 # define END_CHK(name) \
 	cfi_endproc; .size __memset_chk_x86_64, .-__memset_chk_x86_64
 
+# undef libc_hidden_builtin_def
 # define libc_hidden_builtin_def(name)
 # define memset __memset_x86_64
 # include "../memset.S"