aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Process.hsc
diff options
context:
space:
mode:
authorGravatar stolz <unknown>2003-02-28 16:46:49 +0000
committerGravatar stolz <unknown>2003-02-28 16:46:49 +0000
commita37d12df596cd72ec27885d03c3162ff2e31f619 (patch)
tree8796a535510ca6f9ea03f34c5c630b8dd2258e67 /System/Posix/Process.hsc
parent10581c4a061eea0681560c295750fec6eda7caed (diff)
[project @ 2003-02-28 16:46:49 by stolz]
Update comments to reflect new module System.Posix.Env
Diffstat (limited to 'System/Posix/Process.hsc')
-rw-r--r--System/Posix/Process.hsc3
1 files changed, 0 insertions, 3 deletions
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"