Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix location of library license in win32 ucontextes
[simgrid.git] / include / xbt / win32_ucontext.h
index 4b85617..eb4f8d2 100644 (file)
@@ -15,7 +15,7 @@
  *      Lesser General Public License for more details.\r
  *\r
  *      You should have received a copy of the GNU Lesser General Public\r
  *      Lesser General Public License for more details.\r
  *\r
  *      You should have received a copy of the GNU Lesser General Public\r
- *      License along with QueueUserAPCEx in the file COPYING.LIB;\r
+ *      License along with SimGrid in the file LICENSE-LGPL-2.1;\r
  *      if not, write to the Free Software Foundation, Inc.,\r
  *      59 Temple Place - Suite 330, Boston, MA 02111-1307, USA\r
  */  \r
  *      if not, write to the Free Software Foundation, Inc.,\r
  *      59 Temple Place - Suite 330, Boston, MA 02111-1307, USA\r
  */  \r
 #define UCONTEXT_H\r
     \r
 #include <windows.h>\r
 #define UCONTEXT_H\r
     \r
 #include <windows.h>\r
-    \rtypedef struct __stack {
-  \rvoid *ss_sp;
-  \rsize_t ss_size;
-  \rint ss_flags;
-\r} stack_t;
-\r\rtypedef CONTEXT mcontext_t;
-\rtypedef unsigned long __sigset_t;
-\r\rtypedef struct __ucontext {
-  \runsigned long int uc_flags;
-  \rstruct __ucontext *uc_link;
-  \rstack_t uc_stack;
-  \rmcontext_t uc_mcontext;
-  \r__sigset_t uc_sigmask;
-\r} ucontext_t;
-\r\r\rint getcontext(ucontext_t * ucp);
-\rint setcontext(const ucontext_t * ucp);
-\rint makecontext(ucontext_t *, void (*)(), int, ...);
-\rint swapcontext(ucontext_t *, const ucontext_t *);
+    \rtypedef struct __stack {\r
+  \rvoid *ss_sp;\r
+  \rsize_t ss_size;\r
+  \rint ss_flags;\r
+\r} stack_t;\r
+\r\rtypedef CONTEXT mcontext_t;\r
+\rtypedef unsigned long __sigset_t;\r
+\r\rtypedef struct __ucontext {\r
+  \runsigned long int uc_flags;\r
+  \rstruct __ucontext *uc_link;\r
+  \rstack_t uc_stack;\r
+  \rmcontext_t uc_mcontext;\r
+  \r__sigset_t uc_sigmask;\r
+\r} ucontext_t;\r
+\r\r\rint getcontext(ucontext_t * ucp);\r
+\rint setcontext(const ucontext_t * ucp);\r
+\rint makecontext(ucontext_t *, void (*)(), int, ...);\r
+\rint swapcontext(ucontext_t *, const ucontext_t *);\r
 \r\r
 #endif  /* UCONTEXT_H */\r
 \r\r
 #endif  /* UCONTEXT_H */\r