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 f884f8f21b..a87de96cc7 100644 --- a/sunrpc/des_soft.c +++ b/sunrpc/des_soft.c @@ -71,4 +71,4 @@ des_setparity (char *p) p++; } } -libc_hidden_nolink_sunrpc (des_setparity, GLIBC_2_1) +hidden_nolink (des_setparity, libc, GLIBC_2_1) |