aboutsummaryrefslogtreecommitdiff
path: root/src/temp/mkstemps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/temp/mkstemps.c')
-rw-r--r--src/temp/mkstemps.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/temp/mkstemps.c b/src/temp/mkstemps.c
index f8eabfec..d42c3ecf 100644
--- a/src/temp/mkstemps.c
+++ b/src/temp/mkstemps.c
@@ -5,3 +5,11 @@ int mkstemps(char *template, int len)
{
return __mkostemps(template, len, 0);
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif