diff options
Diffstat (limited to 'libc/inet/rpc/svc_run.c')
-rw-r--r-- | libc/inet/rpc/svc_run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/svc_run.c b/libc/inet/rpc/svc_run.c index db7d8e755..01e387ad0 100644 --- a/libc/inet/rpc/svc_run.c +++ b/libc/inet/rpc/svc_run.c @@ -53,7 +53,7 @@ void svc_run() #else readfds = svc_fds; #endif /* def FD_SETSIZE */ - switch (select(_rpc_dtablesize(), &readfds, (int *) 0, (int *) 0, + switch (select(_rpc_dtablesize(), &readfds, NULL, NULL, (struct timeval *) 0)) { case -1: if (errno == EINTR) { |