X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FRtsExternal.h;fp=ghc%2Fincludes%2FRtsExternal.h;h=a988b1842543cebc89c8192b1fabdf115edb917d;hb=5a148f04e9deedc21d06d1aaf869542624858af4;hp=a5979184adc84c210af59e366d7a7795a434c5e6;hpb=747ad2d18248a85a8acf6da2dca82361326a2f7e;p=ghc-hetmet.git diff --git a/ghc/includes/RtsExternal.h b/ghc/includes/RtsExternal.h index a597918..a988b18 100644 --- a/ghc/includes/RtsExternal.h +++ b/ghc/includes/RtsExternal.h @@ -68,6 +68,9 @@ extern int stg_InstallConsoleEvent(int action, StgStablePtr *handler); extern int stg_sig_install (int, int, StgStablePtr *, void *); #endif +extern void startSignalHandler(int sig); +extern void setIOManagerPipe (int fd); + /* ----------------------------------------------------------------------------- Storage manager stuff exported -------------------------------------------------------------------------- */