From 3e32e3912254b5b13ce27715cbd369e5e4b33241 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Sun, 31 Jan 2016 00:15:23 +0100 Subject: Replace `__hscore_mk{dtemp,stemp,stemps}` wrappers with CApiFFI --- include/HsUnix.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include') diff --git a/include/HsUnix.h b/include/HsUnix.h index 093c9e3..5daff0c 100644 --- a/include/HsUnix.h +++ b/include/HsUnix.h @@ -134,16 +134,6 @@ int __hsunix_unlockpt(int fd); // push a SVR4 STREAMS module; do nothing if STREAMS not available int __hsunix_push_module(int fd, const char *module); -int __hscore_mkstemp(char *filetemplate); - -#if HAVE_MKSTEMPS -int __hscore_mkstemps(char *filetemplate, int suffixlen); -#endif - -#if HAVE_MKDTEMP -char *__hscore_mkdtemp(char *filetemplate); -#endif - int __hsunix_unsetenv(const char *name); /* A size that will contain many path names, but not necessarily all -- cgit v1.2.3