projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8edca6
)
Guard strong_alias and weak_alias with #ifdef _LIBC.
author
Jim Meyering
<jim@meyering.net>
Thu, 22 Apr 1999 14:35:59 +0000
(14:35 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 22 Apr 1999 14:35:59 +0000
(14:35 +0000)
lib/strtoull.c
patch
|
blob
|
history
diff --git
a/lib/strtoull.c
b/lib/strtoull.c
index ec7b3f672f59e09c73551cbb01f1b67e1137de54..d6aa1f80591a811d5250e52e8aa81255ed1997e1 100644
(file)
--- a/
lib/strtoull.c
+++ b/
lib/strtoull.c
@@
-21,5
+21,7
@@
#include "strtoul.c"
+#ifdef _LIBC
strong_alias (__strtoull_internal, __strtouq_internal)
weak_alias (strtoull, strtouq)
+#endif