Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
line not needed without the handler, and SIGSTKSZ is not defined on win32
[simgrid.git] / src / simix / smx_private.h
index db37ffb..1cb5514 100644 (file)
@@ -209,7 +209,9 @@ typedef struct s_smx_action {
 void SIMIX_context_mod_init(void);
 void SIMIX_context_mod_exit(void);
 
+#ifndef WIN32
 XBT_PUBLIC_DATA(char sigsegv_stack[SIGSTKSZ]);
+#endif
 
 /* We are using the bottom of the stack to save some information, like the
  * valgrind_stack_id. Define smx_context_usable_stack_size to give the remaining