Re: Autotools macro to test for pthreads fails with "Resource lost" on hurd
Samuel Thibault <[email protected]>
| Newsgroups | gmane.lisp.scheme.scheme48 |
|---|---|
| Message-ID | <[email protected]> |
Thomas Schwinge, le Tue 18 Aug 2009 22:20:54 +0200, a écrit : > Or is the glibc code already supposed to handle that correctly? It does, else kill(getpid(), 0) would fail too. See _hurd_internal_post_signal's if (signo == 0) Samuel