From 1e963b41fb1f5b856aedd24587c879ad6b76bbb0 Mon Sep 17 00:00:00 2001 From: Deian Stefan Date: Sun, 1 Jan 2012 21:54:52 -0800 Subject: forgot to add to previous commit --- cbits/HsUnix.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cbits/HsUnix.c') diff --git a/cbits/HsUnix.c b/cbits/HsUnix.c index d74917b..d6366fc 100644 --- a/cbits/HsUnix.c +++ b/cbits/HsUnix.c @@ -132,6 +132,9 @@ int __hsunix_push_module(int fd, const char *module) int __hscore_mkstemp(char *filetemplate) { return (mkstemp(filetemplate)); } +char *__hscore_mkdtemp(char *filetemplate) { + return (mkdtemp(filetemplate)); +} #endif #if !defined(__MINGW32__) && !defined(irix_HOST_OS) -- cgit v1.2.3