emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels
[oweals/musl.git] / src / thread / pthread_barrierattr_init.c
2011-03-07 Rich Felkerimplement barrier attribute functions (essentially...