[commit: unix] master: Move nocldstop from HsBase.h to HsUnix.h (0e8de78)
Ian Lynagh
igloo at earth.li
Sun Feb 26 19:44:04 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/unix
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0e8de7869a0f3b32d2ac8cbe2aad74eb7dcf054a
>---------------------------------------------------------------
commit 0e8de7869a0f3b32d2ac8cbe2aad74eb7dcf054a
Author: Ian Lynagh <igloo at earth.li>
Date: Sun Feb 26 17:07:32 2012 +0000
Move nocldstop from HsBase.h to HsUnix.h
>---------------------------------------------------------------
include/HsUnix.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/HsUnix.h b/include/HsUnix.h
index 6a4d764..a23f0f9 100644
--- a/include/HsUnix.h
+++ b/include/HsUnix.h
@@ -93,6 +93,9 @@
#include <signal.h>
#endif
+/* in Signals.c */
+extern HsInt nocldstop;
+
extern char **environ;
int __hsunix_wifexited (int stat);
More information about the Cvs-libraries
mailing list