diff options
Diffstat (limited to 'src/stdlib/mkstemp.c')
| -rw-r--r-- | src/stdlib/mkstemp.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/stdlib/mkstemp.c b/src/stdlib/mkstemp.c deleted file mode 100644 index 7e721167..00000000 --- a/src/stdlib/mkstemp.c +++ /dev/null @@ -1,13 +0,0 @@ -#include <stdlib.h> -#include "_stdlib.h" - -int mkstemp(char * template) -{ - SIGNAL_SAFE(0); - return 0; -} - -/* -XOPEN(400) -POSIX(200809) -*/ |
