diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-14 01:10:34 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-14 01:10:34 +0000 |
commit | 7b68e2d9931242d5fd158ccc28e86a185f10f561 (patch) | |
tree | 435683c4d8d92b1140fcb53f8f384cd5658a52de | |
parent | a4417a6a8e54a0fb05890cca319545adc3e70b92 (diff) |
s/libc_hidden_proto/libc_hidden_def/
-rw-r--r-- | libc/string/x86_64/strpbrk.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/x86_64/strpbrk.S b/libc/string/x86_64/strpbrk.S index 72a47bcb9..db6cc24c7 100644 --- a/libc/string/x86_64/strpbrk.S +++ b/libc/string/x86_64/strpbrk.S @@ -1,3 +1,3 @@ #define strcspn strpbrk #include "strcspn.S" -libc_hidden_proto(strpbrk) +libc_hidden_def(strpbrk) |