Remove i486 subdirectory
[glibc.git] / sysdeps / x86_64 / strtok_r.S
blobf0db78c67a8ef6a495d10ef5910203d967112aee
1 #define FUNCTION __strtok_r
2 #define USE_AS_STRTOK_R 1
3 #include <sysdeps/x86_64/strtok.S>
4 weak_alias (__strtok_r, strtok_r)
5 strong_alias (__strtok_r, __GI___strtok_r)