diff options
Diffstat (limited to 'src/stdlib/ttyslot.c')
| -rw-r--r-- | src/stdlib/ttyslot.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/stdlib/ttyslot.c b/src/stdlib/ttyslot.c index 2fe95dc9..1d440739 100644 --- a/src/stdlib/ttyslot.c +++ b/src/stdlib/ttyslot.c @@ -1,15 +1,13 @@ -#if 0 - #include <stdlib.h> +#include "_stdlib.h" int ttyslot(void) { + SIGNAL_SAFE(0); + return 0; } /* XOPEN(400,600) */ - - -#endif |
