mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-01 23:40:22 +00:00
5 lines
126 B
ArmAsm
5 lines
126 B
ArmAsm
|
#define FUNCTION __strtok_r
|
||
|
#define USE_AS_STRTOK_R 1
|
||
|
#include <sysdeps/i386/i686/strtok.S>
|
||
|
weak_alias (__strtok_r, strtok_r)
|