diff options
Diffstat (limited to 'src/stdlib/setkey.c')
| -rw-r--r-- | src/stdlib/setkey.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/stdlib/setkey.c b/src/stdlib/setkey.c index 61386689..7659c223 100644 --- a/src/stdlib/setkey.c +++ b/src/stdlib/setkey.c @@ -1,14 +1,11 @@ -#if 0 - #include <stdlib.h> +#include "_stdlib.h" void setkey(const char * key) { + SIGNAL_SAFE(0); } /* XOPEN(4) */ - - -#endif |
