diff options
Diffstat (limited to 'sunrpc/des_soft.c')
-rw-r--r-- | sunrpc/des_soft.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/des_soft.c b/sunrpc/des_soft.c index 27d918c64d..cddef5d76b 100644 --- a/sunrpc/des_soft.c +++ b/sunrpc/des_soft.c @@ -70,4 +70,4 @@ des_setparity (char *p) p++; } } -libc_hidden_nolink (des_setparity, GLIBC_2_1) +libc_hidden_nolink_sunrpc (des_setparity, GLIBC_2_1) |