libupnp/threadutil
Marcelo Roberto Jimenez 843b255518 PTHREAD_MUTEX_RECURSIVE on DragonFly is an enum.
SF Bug Tracker - ID: 3104527
Submitted: OBATA Akio ( obache ) - 2010-11-07 07:10:28 BRST

In threadutil/inc/ithread.h, it is expected that
PTHREAD_MUTEX_RECURSIVE is defined as macro. But on DragonFly BSD,
it is defined as enum, so not works as expected.

Attachment patch treat that DragonFly BSD always
have PTHREAD_MUTEX_RECURSIVE.
(cherry picked from commit ff006272b5)
2010-11-07 11:50:27 -02:00
..
inc PTHREAD_MUTEX_RECURSIVE on DragonFly is an enum. 2010-11-07 11:50:27 -02:00
src Bug fix on burst of GENA notification 2010-09-28 20:44:06 -03:00
Makefile.am Using pthread flags for the whole project, not just at the places 2007-12-25 18:29:52 +00:00