aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar simonmar <unknown>2004-09-29 15:50:55 +0000
committerGravatar simonmar <unknown>2004-09-29 15:50:55 +0000
commitac941dea76fcbe604b75e58a161e36ce4ae175c4 (patch)
treec398b21cb460696ea1e8ae9052dc881d2ac59af3 /include
parentc6931a546b5d1b4b272657701c247afdd6d12cf7 (diff)
[project @ 2004-09-29 15:50:54 by simonmar]
Process reorganisation: the System.Process library moves into base, and System.Cmd is re-implemented in terms of it. Thanks to Krasimir Angelov, we have a version of System.Process that doesn't rely on the unix or Win32 libraries. Normally using unix/Win32 would be the right thing, but since we want to implement System.Cmd on top of this, and GHC uses System.Cmd, we can't introduce a bunch of .hsc dependencies into GHC's bootstrap libraries. So, the new version is larger, but has fewer dependencies. I imagine it shouldn't be too hard to port to other compilers.
Diffstat (limited to 'include')
-rw-r--r--include/HsUnix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/HsUnix.h b/include/HsUnix.h
index db55dc9..24d00bc 100644
--- a/include/HsUnix.h
+++ b/include/HsUnix.h
@@ -89,8 +89,6 @@
#include <signal.h>
#endif
-extern int execvpe(char *name, char **argv, char **envp);
-extern void pPrPr_disableITimers (void);
extern char **environ;
#ifndef INLINE