about summary refs log tree commit diff
path: root/src/temp/mkstemps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/temp/mkstemps.c')
-rw-r--r--src/temp/mkstemps.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/temp/mkstemps.c b/src/temp/mkstemps.c
index fda710b0..f2ab1bd3 100644
--- a/src/temp/mkstemps.c
+++ b/src/temp/mkstemps.c
@@ -2,8 +2,6 @@
 #include <stdlib.h>
 #include "libc.h"
 
-int __mkostemps(char *, int, int);
-
 int mkstemps(char *template, int len)
 {
 	return __mkostemps(template, len, 0);