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/inet/rpc/svc_run.c | |
parent | dec40863edc983e258161516a57413659b7fcfb9 (diff) | |
download | uClibc-alpine-21237865a7b9e4898516678382a98163a9248592.tar.bz2 uClibc-alpine-21237865a7b9e4898516678382a98163a9248592.tar.xz |
Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...
Diffstat (limited to 'libc/inet/rpc/svc_run.c')
-rw-r--r-- | libc/inet/rpc/svc_run.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/inet/rpc/svc_run.c b/libc/inet/rpc/svc_run.c index c0d3b34f0..b46320871 100644 --- a/libc/inet/rpc/svc_run.c +++ b/libc/inet/rpc/svc_run.c @@ -31,6 +31,8 @@ * Wait for input, call server program. */ +#define svc_getreq_poll __svc_getreq_poll + /* used by svc_[max_]pollfd */ #define __rpc_thread_svc_pollfd __rpc_thread_svc_pollfd_internal #define __rpc_thread_svc_max_pollfd __rpc_thread_svc_max_pollfd_internal @@ -80,7 +82,7 @@ svc_run (void) free (my_pollfd); if (errno == EINTR) continue; - perror (_("svc_run: - poll failed")); + __perror (_("svc_run: - poll failed")); return; case 0: free (my_pollfd); |