From 57d2cb2a613e909829f22be6218e840b2b4602b5 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Sun, 31 Jan 2016 12:57:23 +0100 Subject: Replace `__hsunix_unsetenv` wrapper with CApiFFI --- include/HsUnix.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/HsUnix.h b/include/HsUnix.h index fb19f99..dcd0c4a 100644 --- a/include/HsUnix.h +++ b/include/HsUnix.h @@ -116,8 +116,6 @@ fall back to O_FSYNC, which should be the same */ // push a SVR4 STREAMS module; do nothing if STREAMS not available int __hsunix_push_module(int fd, const char *module); -int __hsunix_unsetenv(const char *name); - /* A size that will contain many path names, but not necessarily all * (PATH_MAX is not defined on systems with unlimited path length, * e.g. the Hurd). -- cgit v1.2.3