repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove gets declaration
[glibc.git]
/
sysdeps
/
i386
/
strtok_r.S
blob
f4a6a2c409ed1e22e21b3838d581ca7bca14fe41
1
#define FUNCTION __strtok_r
2
#define USE_AS_STRTOK_R 1
3
#include <sysdeps/i386/strtok.S>
4
weak_alias (BP_SYM (__strtok_r), BP_SYM (strtok_r))
5
strong_alias (BP_SYM (__strtok_r), BP_SYM (__GI___strtok_r))