Set -fno-stack-protector in CONF_CC_OPTS_STAGE* rathre than extra-gcc-opts
[ghc-hetmet.git] / rts / RtsMain.h
index 7810f6f..4aabc56 100644 (file)
@@ -13,6 +13,6 @@
  * The entry point for Haskell programs that use a Haskell main function
  * -------------------------------------------------------------------------- */
 
-extern int hs_main(int argc, char *argv[], void (*main_init)(void), StgClosure *main_closure);
+int hs_main(int argc, char *argv[], void (*main_init)(void), StgClosure *main_closure);
 
 #endif /* RTSMAIN_H */