Removed uncontext.h.

This removal was missed the changeset 2aad6a5fac13.
This commit is contained in:
Igor Sysoev
2017-11-27 18:50:18 +03:00
parent 80e8ce8322
commit 40160621a9

View File

@@ -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>