[commit: base] master: Move nocldstop from HsBase.h to HsUnix.h (c6b83d9)

Ian Lynagh igloo at earth.li
Sun Feb 26 19:43:24 CET 2012


Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/c6b83d9bab959022144aeaa9d05a0e6f61ab5164

>---------------------------------------------------------------

commit c6b83d9bab959022144aeaa9d05a0e6f61ab5164
Author: Ian Lynagh <igloo at earth.li>
Date:   Sun Feb 26 17:07:09 2012 +0000

    Move nocldstop from HsBase.h to HsUnix.h

>---------------------------------------------------------------

 include/HsBase.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/include/HsBase.h b/include/HsBase.h
index ed99692..73106ec 100644
--- a/include/HsBase.h
+++ b/include/HsBase.h
@@ -148,9 +148,6 @@ extern HsWord64 getUSecOfDay(void);
 /* in inputReady.c */
 extern int fdReady(int fd, int write, int msecs, int isSock);
 
-/* in Signals.c */
-extern HsInt nocldstop;
-
 /* -----------------------------------------------------------------------------
    INLINE functions.
 





More information about the Cvs-libraries mailing list