浏览代码

Comment out for now. Not used and was causing an error.

Manuel Novoa III 24 年之前
父节点
当前提交
01ca508960
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      include/ucontext.h

+ 2 - 1
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 */