summaryrefslogtreecommitdiff
path: root/sysdeps/i386/strtok_r.S
blob: 508729370a17069bbc4ca67189fcb4a63219699c (plain)
1
2
3
4
5
#define FUNCTION __strtok_r
#define USE_AS_STRTOK_R	1
#include <sysdeps/i386/strtok.S>
weak_alias (__strtok_r, strtok_r)
strong_alias (__strtok_r, __GI___strtok_r)