2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-01-12 12:07:12 +08:00
glibc/sysdeps/x86_64/strtok_r.S

6 lines
166 B
ArmAsm

#define FUNCTION __strtok_r
#define USE_AS_STRTOK_R 1
#include <sysdeps/x86_64/strtok.S>
weak_alias (__strtok_r, strtok_r)
strong_alias (__strtok_r, __GI___strtok_r)