aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-31 00:15:23 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-31 00:19:53 +0100
commit3e32e3912254b5b13ce27715cbd369e5e4b33241 (patch)
treeec0e4736fbe4d82eca2f9aa050cd08594f289028 /include
parent364604035c60fe5c21cda2e2f37027ebadc81ebd (diff)
Replace `__hscore_mk{dtemp,stemp,stemps}` wrappers with CApiFFI
Diffstat (limited to 'include')
-rw-r--r--include/HsUnix.h10
1 files changed, 0 insertions, 10 deletions
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