Browse Source

s/libc_hidden_proto/libc_hidden_def/

Peter S. Mazinger 18 years ago
parent
commit
7b68e2d993
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/string/x86_64/strpbrk.S

+ 1 - 1
libc/string/x86_64/strpbrk.S

@@ -1,3 +1,3 @@
 #define strcspn strpbrk
 #include "strcspn.S"
-libc_hidden_proto(strpbrk)
+libc_hidden_def(strpbrk)