diff options
Diffstat (limited to 'libc/inet/rpc/rpc_thread.c')
| -rw-r--r-- | libc/inet/rpc/rpc_thread.c | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/inet/rpc/rpc_thread.c b/libc/inet/rpc/rpc_thread.c index 267149b62..09bff0dd1 100644 --- a/libc/inet/rpc/rpc_thread.c +++ b/libc/inet/rpc/rpc_thread.c @@ -125,6 +125,11 @@ __rpc_thread_svc_max_pollfd (void)  }  #else +#undef svc_fdset +#undef rpc_createerr +#undef svc_pollfd +#undef svc_max_pollfd +  fd_set * __rpc_thread_svc_fdset (void)  {      extern fd_set svc_fdset;  | 
