diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-07 00:50:06 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-07 00:50:06 +0000 |
commit | 21237865a7b9e4898516678382a98163a9248592 (patch) | |
tree | 26f66ceabe878c6d867046f5ae0f47e09b564493 /libc/string/strcmp.c | |
parent | dec40863edc983e258161516a57413659b7fcfb9 (diff) |
Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...
Diffstat (limited to 'libc/string/strcmp.c')
-rw-r--r-- | libc/string/strcmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |