From bf46721dbf4c905d03e2dd39640980ea9736c6dd Mon Sep 17 00:00:00 2001 From: Deian Stefan Date: Thu, 5 Jan 2012 23:28:51 -0800 Subject: System.Posix.Temp compliance --- include/HsUnix.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/HsUnix.h b/include/HsUnix.h index 7cee73a..6a4d764 100644 --- a/include/HsUnix.h +++ b/include/HsUnix.h @@ -175,7 +175,13 @@ int __hsunix_push_module(int fd, const char *module); #if !defined(__MINGW32__) int __hscore_mkstemp(char *filetemplate); +#endif + +#if HAVE_MKSTEMPS int __hscore_mkstemps(char *filetemplate, int suffixlen); +#endif + +#if HAVE_MKDTEMP char *__hscore_mkdtemp(char *filetemplate); #endif -- cgit v1.2.3