diff options
Diffstat (limited to 'sunrpc/bindrsvprt.c')
-rw-r--r-- | sunrpc/bindrsvprt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/bindrsvprt.c b/sunrpc/bindrsvprt.c index ba3309a..3745187 100644 --- a/sunrpc/bindrsvprt.c +++ b/sunrpc/bindrsvprt.c @@ -83,4 +83,4 @@ bindresvport (int sd, struct sockaddr_in *sin) return res; } -INTDEF (bindresvport) +libc_hidden_def (bindresvport) |