summaryrefslogtreecommitdiff
path: root/libc/string/x86_64/strpbrk.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/x86_64/strpbrk.S')
-rw-r--r--libc/string/x86_64/strpbrk.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/string/x86_64/strpbrk.S b/libc/string/x86_64/strpbrk.S
index 94b14d091..72a47bcb9 100644
--- a/libc/string/x86_64/strpbrk.S
+++ b/libc/string/x86_64/strpbrk.S
@@ -1,3 +1,3 @@
-#define __strcspn __strpbrk
+#define strcspn strpbrk
#include "strcspn.S"
-strong_alias(__strpbrk,strpbrk)
+libc_hidden_proto(strpbrk)