about summary refs log tree commit diff
path: root/sysdeps/x86_64/strpbrk.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/strpbrk.S')
-rw-r--r--sysdeps/x86_64/strpbrk.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/x86_64/strpbrk.S b/sysdeps/x86_64/strpbrk.S
deleted file mode 100644
index 21888a5b92..0000000000
--- a/sysdeps/x86_64/strpbrk.S
+++ /dev/null
@@ -1,3 +0,0 @@
-#define strcspn strpbrk
-#define USE_AS_STRPBRK
-#include <sysdeps/x86_64/strcspn.S>