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