diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-09 21:00:12 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-09 21:00:12 +0000 |
commit | fa9147bb8f8fe6b0a504a43d43764940411993d3 (patch) | |
tree | 9278c52dc53db1f4e698461baf7ed29e88aebea7 /libc/inet/rpc/svc_tcp.c | |
parent | dee597fea748702998e3640a7cd2759b8256c1b2 (diff) |
Implement hidden listen, use the hidden listen/accept
Diffstat (limited to 'libc/inet/rpc/svc_tcp.c')
-rw-r--r-- | libc/inet/rpc/svc_tcp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/inet/rpc/svc_tcp.c b/libc/inet/rpc/svc_tcp.c index 6a25d7c42..1972bcf99 100644 --- a/libc/inet/rpc/svc_tcp.c +++ b/libc/inet/rpc/svc_tcp.c @@ -53,6 +53,8 @@ static char sccsid[] = "@(#)svc_tcp.c 1.21 87/08/11 Copyr 1984 Sun Micro"; #define bind __bind #define bindresvport __bindresvport #define poll __poll +#define accept __accept +#define listen __listen #define __FORCE_GLIBC #define _GNU_SOURCE |