diff options
Diffstat (limited to 'sysdeps/i386/strtok_r.S')
-rw-r--r-- | sysdeps/i386/strtok_r.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/i386/strtok_r.S b/sysdeps/i386/strtok_r.S new file mode 100644 index 0000000000..297ba282ac --- /dev/null +++ b/sysdeps/i386/strtok_r.S @@ -0,0 +1,3 @@ +#define FUNCTION strtok_r +#define USE_AS_STRTOK_R 1 +#include <sysdeps/i386/strtok.S> |