aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--System/Posix.hs2
-rw-r--r--System/Posix/Process.hsc3
2 files changed, 1 insertions, 4 deletions
diff --git a/System/Posix.hs b/System/Posix.hs
index c730294..85776d1 100644
--- a/System/Posix.hs
+++ b/System/Posix.hs
@@ -82,6 +82,7 @@ unistd.h System.Posix.*
utime.h System.Posix.Files
pwd.h System.Posix.User
grp.h System.Posix.User
+stdlib.h: System.Posix.Env (getenv()/setenv()/unsetenv())
network package:
@@ -97,7 +98,6 @@ To be supported
limits.h
poll.h
-stdlib.h: getenv()/setenv()/unsetenv()
sys/resource.h
sys/select.h
sys/statvfs.h (?)
diff --git a/System/Posix/Process.hsc b/System/Posix/Process.hsc
index 0583063..4199466 100644
--- a/System/Posix/Process.hsc
+++ b/System/Posix/Process.hsc
@@ -56,9 +56,6 @@ module System.Posix.Process (
getAnyProcessStatus,
getGroupProcessStatus,
--- ToDo:
--- getEnvVar,
--- getEnvironment,
) where
#include "HsUnix.h"