diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-09 00:08:31 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-09 00:08:31 +0000 |
commit | 6a2a30ccc6c3dc803abdbfa35cbfa01062af704b (patch) | |
tree | f617a70aae3007e35d1c47a6815e118f08be1592 /libc/inet/rpc | |
parent | afa6ffdbf8a2e31d648c8860fd172d1b047650cd (diff) |
internal sigpause, do we really default to BSD signals?
Diffstat (limited to 'libc/inet/rpc')
-rw-r--r-- | libc/inet/rpc/rcmd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inet/rpc/rcmd.c b/libc/inet/rpc/rcmd.c index 726be44a1..ffcfb9977 100644 --- a/libc/inet/rpc/rcmd.c +++ b/libc/inet/rpc/rcmd.c @@ -50,6 +50,7 @@ static char sccsid[] = "@(#)rcmd.c 8.3 (Berkeley) 3/26/94"; #define herror __herror #define bind __bind #define connect __connect +#define sigblock __sigblock #define __FORCE_GLIBC #include <features.h> |