Fix warning when not using CLOEXEC
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
/* with glibc, SOCK_CLOEXEC does not expand to a simple constant */
|
||||
# define HAVE_SOCK_CLOEXEC
|
||||
#else
|
||||
# undef SOCK_CLOEXEC
|
||||
# define SOCK_CLOEXEC (0)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user