Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change path for win32 ucontext files.
[simgrid.git] / include / xbt / win32_ucontext.h
similarity index 93%
rename from src/win32/win32_ucontext_src/ucontext.h
rename to include/xbt/win32_ucontext.h
index d804d24..af3c78c 100644 (file)
@@ -38,7 +38,7 @@ typedef struct __ucontext {
        unsigned long int       uc_flags;\r
        struct __ucontext       *uc_link;\r
        stack_t                         uc_stack;\r
        unsigned long int       uc_flags;\r
        struct __ucontext       *uc_link;\r
        stack_t                         uc_stack;\r
-       mcontext_t                      uc_mcontext; \r
+       mcontext_t                      uc_mcontext;\r
        __sigset_t                      uc_sigmask;\r
 } ucontext_t;\r
 \r
        __sigset_t                      uc_sigmask;\r
 } ucontext_t;\r
 \r
@@ -48,4 +48,4 @@ int setcontext(const ucontext_t *ucp);
 int makecontext(ucontext_t *, void (*)(), int, ...);\r
 int swapcontext(ucontext_t *, const ucontext_t *);\r
 \r
 int makecontext(ucontext_t *, void (*)(), int, ...);\r
 int swapcontext(ucontext_t *, const ucontext_t *);\r
 \r
-#endif /* UCONTEXT_H */
\ No newline at end of file
+#endif /* UCONTEXT_H */\r