projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0df5f35
)
Remove unused __strtouq_internal alias.
author
drepper
<drepper>
Fri, 5 Jan 2001 01:00:49 +0000
(
01:00
+0000)
committer
drepper
<drepper>
Fri, 5 Jan 2001 01:00:49 +0000
(
01:00
+0000)
sysdeps/generic/strtoull.c
patch
|
blob
|
history
diff --git
a/sysdeps/generic/strtoull.c
b/sysdeps/generic/strtoull.c
index
80ccf91
..
5ec3756
100644
(file)
--- a/
sysdeps/generic/strtoull.c
+++ b/
sysdeps/generic/strtoull.c
@@
-22,6
+22,5
@@
#include <strtoul.c>
#ifdef _LIBC
-strong_alias (__strtoull_internal, __strtouq_internal)
weak_alias (strtoull, strtouq)
#endif