From: andy Date: Tue, 23 Nov 1999 11:52:08 +0000 (+0000) Subject: [project @ 1999-11-23 11:52:08 by andy] X-Git-Tag: Approximately_9120_patches~5512 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ef535310426d83ed84a68687febcfd9be776662b;p=ghc-hetmet.git [project @ 1999-11-23 11:52:08 by andy] Updating dll export function list to include new functions in nHandle.c --- diff --git a/ghc/interpreter/nHandle.def b/ghc/interpreter/nHandle.def index ec198d7..1f38a6c 100644 --- a/ghc/interpreter/nHandle.def +++ b/ghc/interpreter/nHandle.def @@ -1,12 +1,19 @@ EXPORTS +nh_getCPUtime +nh_getCPUprec +nh_getPID +nh_exitwith +nh_system +nh_iseof +nh_filesize nh_stdin nh_stdout nh_stderr -nh_write -nh_read nh_open -nh_flush nh_close +nh_flush +nh_write +nh_read nh_errno nh_malloc nh_free