accept4: require SOCK_NONBLOCK/SOCK_CLOEXEC macros
commit56cce133d979c22bbef80fdba1881d8f40876e2f
authorEric Wong <normalperson@yhbt.net>
Mon, 5 Mar 2012 22:37:20 +0000 (5 22:37 +0000)
committerEric Wong <normalperson@yhbt.net>
Mon, 5 Mar 2012 23:21:28 +0000 (5 23:21 +0000)
tree6dc4e4f9ffae7f07f78b1f1c96af3c326e3e5214
parent3e7bd918153cd09dd3bdd4e6963e173ae050ae68
accept4: require SOCK_NONBLOCK/SOCK_CLOEXEC macros

The check for the accept4() function actually succeeds on a
stock installation of Debian GNU/kFreeBSD 6.0, but the
eglibc headers fail to define the necessary flags.
ext/kgio/missing_accept4.h