about summary refs log tree commit diff
path: root/sysdeps/x86_64/strtok_r.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/strtok_r.S')
-rw-r--r--sysdeps/x86_64/strtok_r.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/x86_64/strtok_r.S b/sysdeps/x86_64/strtok_r.S
new file mode 100644
index 0000000000..0248f27236
--- /dev/null
+++ b/sysdeps/x86_64/strtok_r.S
@@ -0,0 +1,4 @@
+#define FUNCTION __strtok_r
+#define USE_AS_STRTOK_R	1
+#include <sysdeps/x86_64/strtok.S>
+weak_alias (BP_SYM (__strtok_r), BP_SYM (strtok_r))