summaryrefslogtreecommitdiff
path: root/src/sysdeps/trymsgdontwait.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysdeps/trymsgdontwait.c')
-rw-r--r--src/sysdeps/trymsgdontwait.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/sysdeps/trymsgdontwait.c b/src/sysdeps/trymsgdontwait.c
new file mode 100644
index 0000000..0c8ad15
--- /dev/null
+++ b/src/sysdeps/trymsgdontwait.c
@@ -0,0 +1,17 @@
+/* ISC license. */
+
+#undef _POSIX_C_SOURCE
+#undef _XOPEN_SOURCE
+
+#ifndef _XPG4_2
+# define _XPG4_2
+#endif
+
+#ifndef _BSD_SOURCE
+#define _BSD_SOURCE
+#endif
+
+#include <sys/types.h>
+#include <sys/socket.h>
+
+int value = MSG_DONTWAIT ;