diff options
Diffstat (limited to 'libc/sysdeps/i386/i686/strtok_r.S')
-rw-r--r-- | libc/sysdeps/i386/i686/strtok_r.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/sysdeps/i386/i686/strtok_r.S b/libc/sysdeps/i386/i686/strtok_r.S new file mode 100644 index 000000000..1c24ca85f --- /dev/null +++ b/libc/sysdeps/i386/i686/strtok_r.S @@ -0,0 +1,5 @@ +#define FUNCTION __strtok_r +#define USE_AS_STRTOK_R 1 +#include <sysdeps/i386/i686/strtok.S> +weak_alias (BP_SYM (__strtok_r), BP_SYM (strtok_r)) +strong_alias (BP_SYM (__strtok_r), BP_SYM (__GI___strtok_r)) |