summaryrefslogtreecommitdiff
path: root/sysdeps/i386/strsep.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/strsep.S')
-rw-r--r--sysdeps/i386/strsep.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/i386/strsep.S b/sysdeps/i386/strsep.S
new file mode 100644
index 0000000000..8c425dd505
--- /dev/null
+++ b/sysdeps/i386/strsep.S
@@ -0,0 +1,3 @@
+#define FUNCTION strsep
+#define USE_AS_STRSEP 1
+#include <sysdeps/i386/strtok.S>