mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
6 lines
166 B
ArmAsm
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)
|