From 21237865a7b9e4898516678382a98163a9248592 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 7 Dec 2005 00:50:06 +0000 Subject: Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... --- libc/string/strcmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/strcmp.c') diff --git a/libc/string/strcmp.c b/libc/string/strcmp.c index 654ca302a..5cdbe6f73 100644 --- a/libc/string/strcmp.c +++ b/libc/string/strcmp.c @@ -13,7 +13,7 @@ strong_alias(__strcmp, strcmp) #ifdef __LOCALE_C_ONLY weak_alias(__strcmp, __strcoll) -strong_alias(__strcoll, strcoll) +weak_alias(__strcmp, strcoll) #endif #undef L_strcmp -- cgit v1.2.3