Update copyright notices with scripts/update-copyrights
[glibc.git] / sysdeps / i386 / strtok_r.S
blob508729370a17069bbc4ca67189fcb4a63219699c
1 #define FUNCTION __strtok_r
2 #define USE_AS_STRTOK_R 1
3 #include <sysdeps/i386/strtok.S>
4 weak_alias (__strtok_r, strtok_r)
5 strong_alias (__strtok_r, __GI___strtok_r)