We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d83eb commit fa6f3eeCopy full SHA for fa6f3ee
src/solaris/platform.h
@@ -21,13 +21,19 @@ struct filter;
21
22
#include <errno.h>
23
#include <pthread.h>
24
+#include <signal.h>
25
#include <stdatomic.h>
26
#include <string.h>
27
+#include <stropts.h>
28
+#include <sys/poll.h>
29
#include <sys/queue.h>
30
#include <sys/resource.h>
31
#include <sys/time.h>
32
33
#include "../posix/eventfd.h"
34
+#include "../posix/platform_ext.h"
35
+
36
+#define EVENTFD_PLATFORM_SPECIFIC POSIX_EVENTFD_PLATFORM_SPECIFIC
37
38
/*
39
* C11 atomic operations
0 commit comments