summaryrefslogtreecommitdiff
path: root/sysdeps/i386/strtok_r.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/strtok_r.S')
-rw-r--r--sysdeps/i386/strtok_r.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/i386/strtok_r.S b/sysdeps/i386/strtok_r.S
deleted file mode 100644
index 508729370a..0000000000
--- a/sysdeps/i386/strtok_r.S
+++ /dev/null
@@ -1,5 +0,0 @@
-#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)