Do pthread_exit() rather than returning NULL.
commit38683f64af904dd4b196a56a4850d71e37010393
authorBen Kibbey <bjk@luxsci.net>
Tue, 23 Aug 2016 00:17:38 +0000 (22 20:17 -0400)
committerBen Kibbey <bjk@luxsci.net>
Tue, 23 Aug 2016 00:17:38 +0000 (22 20:17 -0400)
treef1af794b363897cf19a30adb8ca170f2415b3410
parent9169064cf5beca557cb834265b0f1389060ae8be
Do pthread_exit() rather than returning NULL.

When pthread_cancel() is not available.
src/pwmd.c