X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsExternal.h;h=2272b2a4291282033c61d82f70e3f0c54395ee42;hb=6efacfe8bcbe66dfc3b52397ccbd34a58890520d;hp=31cae1a45a76e81a0ddab171ef3433e1d870cda1;hpb=c3062251034f54944061e816ed018b0b2db1b849;p=ghc-hetmet.git diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h index 31cae1a..2272b2a 100644 --- a/includes/RtsExternal.h +++ b/includes/RtsExternal.h @@ -94,7 +94,7 @@ extern HpcModuleInfo *hs_hpc_rootModule(void); extern int rts_InstallConsoleEvent ( int action, StgStablePtr *handler ); extern void rts_ConsoleHandlerDone ( int ev ); #else -extern int stg_sig_install (int, int, StgStablePtr *, void *); +extern int stg_sig_install (int, int, void *); #endif #if defined(mingw32_HOST_OS)