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/stdlib/system.c | |
parent | afa6ffdbf8a2e31d648c8860fd172d1b047650cd (diff) |
internal sigpause, do we really default to BSD signals?
Diffstat (limited to 'libc/stdlib/system.c')
-rw-r--r-- | libc/stdlib/system.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdlib/system.c b/libc/stdlib/system.c index e268bf5ef..1a3afed25 100644 --- a/libc/stdlib/system.c +++ b/libc/stdlib/system.c @@ -1,5 +1,6 @@ #define wait4 __wait4 #define execl __execl +#define signal __signal #include <stdio.h> #include <stddef.h> |