summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index ed512f43..11331d95 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -139,6 +139,9 @@ char *fcvt(double, int, int *, int *);
char *gcvt(double, int, char *);
#endif
+#ifdef _LARGEFILE64_SOURCE
+#define mkstemp64 mkstemp
+#endif
#ifdef __cplusplus
}