diff options
Diffstat (limited to 'src/stdlib/mkstemp.c')
-rw-r--r-- | src/stdlib/mkstemp.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/mkstemp.c b/src/stdlib/mkstemp.c index 11831ea2..6c97e468 100644 --- a/src/stdlib/mkstemp.c +++ b/src/stdlib/mkstemp.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> int mkstemp(char * template) @@ -9,3 +11,6 @@ int mkstemp(char * template) XOPEN(400) POSIX(200809) */ + + +#endif |