diff options
Diffstat (limited to 'src/temp/mkstemp.c')
-rw-r--r-- | src/temp/mkstemp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/temp/mkstemp.c b/src/temp/mkstemp.c index 85764af7..19d40148 100644 --- a/src/temp/mkstemp.c +++ b/src/temp/mkstemp.c @@ -1,8 +1,6 @@ #include <stdlib.h> #include "libc.h" -int __mkostemps(char *, int, int); - int mkstemp(char *template) { return __mkostemps(template, 0, 0); |