mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-09 04:11:27 +08:00
5 lines
141 B
ArmAsm
5 lines
141 B
ArmAsm
|
#define FUNCTION __strtok_r
|
||
|
#define USE_AS_STRTOK_R 1
|
||
|
#include <sysdeps/x86_64/strtok.S>
|
||
|
weak_alias (BP_SYM (__strtok_r), BP_SYM (strtok_r))
|