|
@@ -23,11 +23,11 @@
|
|
|
|
|
|
#include <features.h>
|
|
#include <features.h>
|
|
|
|
|
|
-#ifdef __UCLIBC_HAS_CONTEXT_FUNCS__
|
|
|
|
-
|
|
|
|
/* Get machine dependent definition of data structures. */
|
|
/* Get machine dependent definition of data structures. */
|
|
#include <sys/ucontext.h>
|
|
#include <sys/ucontext.h>
|
|
|
|
|
|
|
|
+#ifdef __UCLIBC_HAS_CONTEXT_FUNCS__
|
|
|
|
+
|
|
__BEGIN_DECLS
|
|
__BEGIN_DECLS
|
|
|
|
|
|
/* Get user context and store it in variable pointed to by UCP. */
|
|
/* Get user context and store it in variable pointed to by UCP. */
|