mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-25 13:51:04 +08:00
Surround strong_alias and weak_alias with ifdef _LIBC.
This commit is contained in:
parent
af275feae5
commit
914333fff9
@ -21,5 +21,7 @@
|
||||
|
||||
#include <strtoul.c>
|
||||
|
||||
#ifdef _LIBC
|
||||
strong_alias (__strtoull_internal, __strtouq_internal)
|
||||
weak_alias (strtoull, strtouq)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user