summaryrefslogtreecommitdiff
path: root/include/ucontext.h
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-02-15 16:16:30 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-02-15 16:16:30 +0000
commit01ca508960129cdd505d86dbf754fab24f9adb18 (patch)
tree1cca5e8619651e23d7eebf6a9486820bf66a1c71 /include/ucontext.h
parentd2db1cbbea1ca63c9a1f0c05920c8bbc63cbabb9 (diff)
Comment out for now. Not used and was causing an error.
Diffstat (limited to 'include/ucontext.h')
-rw-r--r--include/ucontext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ucontext.h b/include/ucontext.h
index d99e95e65..5ba3c2f0f 100644
--- a/include/ucontext.h
+++ b/include/ucontext.h
@@ -24,6 +24,7 @@
#include <features.h>
/* Get machine dependent definition of data structures. */
+#if 0
#include <sys/ucontext.h>
__BEGIN_DECLS
@@ -46,7 +47,7 @@ extern int swapcontext __P ((ucontext_t *__oucp, __const ucontext_t *__ucp));
is as good as any other choice. */
extern void makecontext __P ((ucontext_t *__ucp, void (*__func) (void),
int __argc, ...));
-
__END_DECLS
+#endif
#endif /* ucontext.h */