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