From ac941dea76fcbe604b75e58a161e36ce4ae175c4 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 29 Sep 2004 15:50:55 +0000 Subject: [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. --- include/HsUnix.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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 #endif -extern int execvpe(char *name, char **argv, char **envp); -extern void pPrPr_disableITimers (void); extern char **environ; #ifndef INLINE -- cgit v1.2.3