Explorar el Código

s/libc_hidden_proto/libc_hidden_def/

Peter S. Mazinger hace 20 años
padre
commit
7b68e2d993
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)