diff options
Diffstat (limited to 'sysdeps/i386/strsep.S')
-rw-r--r-- | sysdeps/i386/strsep.S | 3 |
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> |