X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/bca8353285681f58e05a7aa03bf7518548706208..98b8c7e1954b75b6607ab6f87a29ef5538a5fd37:/sys/sys/ucontext.h diff --git a/sys/sys/ucontext.h b/sys/sys/ucontext.h index b4e55abfc9..fa31f42759 100644 --- a/sys/sys/ucontext.h +++ b/sys/sys/ucontext.h @@ -58,14 +58,11 @@ typedef struct __ucontext { __BEGIN_DECLS #if __BSD_VISIBLE || __POSIX_VISIBLE < 200809 -#ifdef __i386__ -/* XXX not fully implemented yet on x86_64 */ int getcontext(ucontext_t *); int setcontext(const ucontext_t *); void makecontext(ucontext_t *, void (*)(void), int, ...); int swapcontext(ucontext_t *, const ucontext_t *); #endif -#endif __END_DECLS