Report errno in case of sem_wait failure in GC_pthread_create
authorIvan Maidanski <ivmai@mail.ru>
Thu, 22 Feb 2018 21:34:39 +0000 (00:34 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 22 Feb 2018 21:35:42 +0000 (00:35 +0300)
commit003470047cd1873080657dcb821d02cb806409b4
treec1100f0c67e3740e84725327a05fd4d5c65ce818
parent0f831daec3acd2b934ba6ee31ff3406c90408134
Report errno in case of sem_wait failure in GC_pthread_create

Issue #97 (bdwgc).

* pthread_support.c (WRAP_FUNC(pthread_create)): Change ABORT() for
"sem_wait failed" case to ABORT_ARG1() to report errno as well.
pthread_support.c