diff options
Diffstat (limited to 'sunrpc/svc_run.c')
-rw-r--r-- | sunrpc/svc_run.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sunrpc/svc_run.c b/sunrpc/svc_run.c index 021484d864..1a76b10183 100644 --- a/sunrpc/svc_run.c +++ b/sunrpc/svc_run.c @@ -70,8 +70,8 @@ svc_run (void) #else readfds = svc_fds; #endif /* def FD_SETSIZE */ - switch (select (_rpc_dtablesize (), &readfds, (fd_set *)NULL, - (fd_set *)NULL, (struct timeval *) 0)) + switch (__select (_rpc_dtablesize (), &readfds, (fd_set *)NULL, + (fd_set *)NULL, (struct timeval *) 0)) { case -1: if (errno == EINTR) |