X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsExternal.h;h=2272b2a4291282033c61d82f70e3f0c54395ee42;hb=1a77fd719aef44c2f91a25ddf312c70651bce1f1;hp=c6fd74ac8da970f1270897c8eb62c539290edf08;hpb=04cddd339c000df6d02c90ce59dbffa58d2fe166;p=ghc-hetmet.git diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h index c6fd74a..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) @@ -111,7 +111,7 @@ void sendIOManagerEvent (HsWord32 event); extern void setIOManagerPipe (int fd); #endif -extern void* allocateExec(unsigned int len); +extern void* allocateExec(unsigned int len, void **exec_addr); // Breakpoint stuff