mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-01 13:17:19 +08:00
Fix some warning nits
This commit is contained in:
parent
b43433460b
commit
0c92d8a87a
@ -1,5 +1,9 @@
|
||||
2011-10-28 Andreas Schwab <schwab@redhat.com>
|
||||
|
||||
* sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
|
||||
redefine if SHARED.
|
||||
* sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
|
||||
|
||||
* sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
|
||||
wide char related routines to wcsmbs subdir.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#ifndef NOT_IN_libc
|
||||
# define STRNLEN __strnlen_ia32
|
||||
# undef libc_hidden_builtin_def
|
||||
#define STRNLEN __strnlen_ia32
|
||||
#ifdef SHARED
|
||||
# undef libc_hidden_def
|
||||
# define libc_hidden_def(name) \
|
||||
__hidden_ver1 (__strnlen_ia32, __GI_strnlen, __strnlen_ia32);
|
||||
#endif
|
||||
|
@ -1,7 +1,5 @@
|
||||
#ifndef NOT_IN_libc
|
||||
|
||||
# define WCSCMP __wcscmp_ia32
|
||||
|
||||
#define WCSCMP __wcscmp_ia32
|
||||
#ifdef SHARED
|
||||
# undef libc_hidden_def
|
||||
# define libc_hidden_def(name) \
|
||||
__hidden_ver1 (__wcscmp_ia32, __GI_wcscmp, __wcscmp_ia32);
|
||||
|
Loading…
Reference in New Issue
Block a user