From: sewardj Date: Mon, 10 Apr 2000 15:24:26 +0000 (+0000) Subject: [project @ 2000-04-10 15:24:26 by sewardj] X-Git-Tag: Approximately_9120_patches~4755 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4c1d058daf3f8dd1ee7190bcc77022cc20690241;p=ghc-hetmet.git [project @ 2000-04-10 15:24:26 by sewardj] Update EXTERN_SYMS_linux/EXTERN_SYMS_ALLPLATFORMS to fix Win32 build. --- diff --git a/ghc/interpreter/interface.c b/ghc/interpreter/interface.c index 8e3b9e7..4884670 100644 --- a/ghc/interpreter/interface.c +++ b/ghc/interpreter/interface.c @@ -7,8 +7,8 @@ * Hugs version 1.4, December 1997 * * $RCSfile: interface.c,v $ - * $Revision: 1.49 $ - * $Date: 2000/04/07 16:25:19 $ + * $Revision: 1.50 $ + * $Date: 2000/04/10 15:24:26 $ * ------------------------------------------------------------------------*/ #include "hugsbasictypes.h" @@ -2627,7 +2627,6 @@ Type type; { SymX(execl) \ Sym(waitpid) \ SymX(getenv) \ - Sym(chmod) #define EXTERN_SYMS_cygwin32 \ SymX(GetCurrentProcess) \ @@ -2676,6 +2675,7 @@ Type type; { SymX(mktime) \ SymX(gmtime) \ Sym(setitimer) \ + Sym(chmod) \