Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit c2ff435

Browse files
committed
<poll.h> on Solaris needs _XOPEN_SOURCE 600 to ensure it gets sigset_t - Petr Pavlu
1 parent dedebbe commit c2ff435

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demo-async.c

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// <poll.h> might need this for sigset_t
2+
#define _XOPEN_SOURCE 600
3+
14
#include <poll.h>
25
#include <stdio.h>
36

0 commit comments

Comments
 (0)