diff options
author | Roland McGrath <roland@redhat.com> | 2011-02-04 10:35:15 -0800 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2011-02-04 10:53:51 -0800 |
commit | a0bf67cca2b7de3a745ab5cf0f9d6e74078d57af (patch) | |
tree | 83eef0b2a457ba62a716a464dad5cadb6e9dbe09 /sysdeps/x86_64/multiarch | |
parent | 091023f58fd6a18caeaa275b7c52048cc70dd3d2 (diff) | |
download | glibc-a0bf67cca2b7de3a745ab5cf0f9d6e74078d57af.tar.gz glibc-a0bf67cca2b7de3a745ab5cf0f9d6e74078d57af.tar.xz glibc-a0bf67cca2b7de3a745ab5cf0f9d6e74078d57af.zip |
Fix some warning nits.
Diffstat (limited to 'sysdeps/x86_64/multiarch')
-rw-r--r-- | sysdeps/x86_64/multiarch/memset-x86-64.S | 1 |
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" |