diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-11-27 18:50:18 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-11-27 18:50:18 +0300 |
commit | 40160621a90f8a43c6a1b2b51445526ed0aac1f0 (patch) | |
tree | 7b56d80da55f0f7c5cbf9c9972995b9b6af97a1e /src | |
parent | 80e8ce832265477693b4ec183f1ee63d89d1c90d (diff) | |
download | unit-40160621a90f8a43c6a1b2b51445526ed0aac1f0.tar.gz unit-40160621a90f8a43c6a1b2b51445526ed0aac1f0.tar.bz2 |
Removed uncontext.h.
This removal was missed the changeset 2aad6a5fac13.
Diffstat (limited to '')
-rw-r--r-- | src/nxt_unix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nxt_unix.h b/src/nxt_unix.h index 7ab2f9da..d61f00bc 100644 --- a/src/nxt_unix.h +++ b/src/nxt_unix.h @@ -97,7 +97,6 @@ #if (NXT_MACOSX) -#define _XOPEN_SOURCE /* ucontext(3). */ #ifndef _DARWIN_C_SOURCE #define _DARWIN_C_SOURCE /* pthread_threadid_np(), mach_port_t. */ #endif @@ -188,7 +187,6 @@ #endif #include <sys/wait.h> #include <time.h> -#include <ucontext.h> #include <unistd.h> #include <pthread.h> |