From 7b68e2d9931242d5fd158ccc28e86a185f10f561 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 14 Jan 2006 01:10:34 +0000 Subject: s/libc_hidden_proto/libc_hidden_def/ --- libc/string/x86_64/strpbrk.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string') 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) -- cgit v1.2.3