diff options
Diffstat (limited to 'src/stdlib/setkey.c')
-rw-r--r-- | src/stdlib/setkey.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/setkey.c b/src/stdlib/setkey.c index 82e12934..61386689 100644 --- a/src/stdlib/setkey.c +++ b/src/stdlib/setkey.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> void setkey(const char * key) @@ -7,3 +9,6 @@ void setkey(const char * key) /* XOPEN(4) */ + + +#endif |