Include pthread.h in the implementation instead of the header.
This commit is contained in:
parent
ce63991c9f
commit
f4667a9457
2 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,6 @@ typedef struct lwpSem empth_sem_t;
|
||||||
#endif /* EMPTH_LWP */
|
#endif /* EMPTH_LWP */
|
||||||
|
|
||||||
#ifdef EMPTH_POSIX
|
#ifdef EMPTH_POSIX
|
||||||
#include <pthread.h>
|
|
||||||
#define EMPTH_FD_READ 0x1
|
#define EMPTH_FD_READ 0x1
|
||||||
#define EMPTH_FD_WRITE 0x2
|
#define EMPTH_FD_WRITE 0x2
|
||||||
|
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
#include <pthread.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue