fixed outstanding bugs in gc implementation. pending more improvements

This commit is contained in:
2020-03-24 06:49:25 +00:00
parent 9dc3d5418a
commit 565e51091b
6 changed files with 127 additions and 75 deletions

View File

@ -75,8 +75,8 @@
# define X_SOCK_CLOEXEC 0 /* 0 is effectless for a bit flag */
#endif
#if defined(SOCK_CLOEXEC)
# define X_SOCK_CLOEXEC SOCK_NONBLOCK
#if defined(SOCK_NONBLOCK)
# define X_SOCK_NONBLOCK SOCK_NONBLOCK
#else
# define X_SOCK_NONBLOCK 0 /* 0 is effectless for a bit flag */
#endif