Github user PSUdaemon commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/909#discussion_r76436699
--- Diff: iocore/eventsystem/I_SocketManager.h ---
@@ -37,6 +37,14 @@
#include "I_EventSystem.h"
#include "I_Thread.h"
+#ifndef SOCK_NONBLOCK
+#define SOCK_NONBLOCK O_NONBLOCK
+#endif
+
+#ifndef SOCK_CLOEXEC
+#define SOCK_CLOEXEC O_CLOEXEC
--- End diff --
> $ grep CLOEXEC /usr/include/sys/fcntl.h
> #define O_CLOEXEC 0x1000000 /* implicitly set FD_CLOEXEC */
On OS X 10.10.5
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---