Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Trying to make context work on stupid architectures by stealing some nice code to...
[simgrid.git] / src / ucontext_stack.h.in
diff --git a/src/ucontext_stack.h.in b/src/ucontext_stack.h.in
new file mode 100644 (file)
index 0000000..f144e94
--- /dev/null
@@ -0,0 +1,13 @@
+/*     $Id$     */
+
+/* This program is free software; you can redistribute it and/or modify it
+ * under the terms of the license (GNU LGPL) which comes with this package. */
+
+#ifndef _UCONTEXT_STACK_H
+#define _UCONTEXT_STACK_H
+
+/* stack setup macros */
+@pth_skaddr_makecontext@
+@pth_sksize_makecontext@
+
+#endif              /* _UCONTEXT_STACK_H */