aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-31 00:09:09 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-31 00:19:53 +0100
commit364604035c60fe5c21cda2e2f37027ebadc81ebd (patch)
treefb126e1ae26337f3866930967b48bb20153a4b6a /include
parent2ddf4b2b7bf41f878bc7d8a1afa49126710f524c (diff)
Replace `__hscore_{set,get}rlimit` wrappers with CApiFFI
Diffstat (limited to 'include')
-rw-r--r--include/HsUnix.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/HsUnix.h b/include/HsUnix.h
index 98990b2..093c9e3 100644
--- a/include/HsUnix.h
+++ b/include/HsUnix.h
@@ -144,11 +144,6 @@ int __hscore_mkstemps(char *filetemplate, int suffixlen);
char *__hscore_mkdtemp(char *filetemplate);
#endif
-#if !defined(irix_HOST_OS)
-int __hscore_getrlimit(int resource, struct rlimit *rlim);
-int __hscore_setrlimit(int resource, struct rlimit *rlim);
-#endif
-
int __hsunix_unsetenv(const char *name);
/* A size that will contain many path names, but not necessarily all