From ef535310426d83ed84a68687febcfd9be776662b Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 23 Nov 1999 11:52:08 +0000 Subject: [PATCH] [project @ 1999-11-23 11:52:08 by andy] Updating dll export function list to include new functions in nHandle.c --- ghc/interpreter/nHandle.def | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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 -- 1.7.10.4