Fix warning when not using CLOEXEC

This commit is contained in:
Andrew Johnson
2021-06-04 18:29:01 -05:00
parent c5c6facc3e
commit c6247329ab
@@ -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