dc5157c024
The portable SDK for UPnP Devices (libupnp) provides developers with an API and open source code for building control points, devices, and bridges that are compliant with Version 1.0 of the Universal Plug and Play Device Architecture Specification. UPnP is an architecture that enables discovery, event notification, and control of devices on a network, independent of operating system, programming language, or physical network connection. UPnP is based on common Internet standards and specifications such as TCP/IP, HTTP, and XML.
13 lines
404 B
Plaintext
13 lines
404 B
Plaintext
$OpenBSD: patch-threadutil_inc_ithread_h,v 1.1.1.1 2010/03/22 22:25:50 ajacoutot Exp $
|
|
--- threadutil/inc/ithread.h.orig Tue Feb 9 12:17:14 2010
|
|
+++ threadutil/inc/ithread.h Tue Feb 9 12:17:42 2010
|
|
@@ -41,7 +41,7 @@ extern "C" {
|
|
#include <unistd.h>
|
|
#endif
|
|
|
|
-#ifdef __FreeBSD__
|
|
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
|
|
#define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE
|
|
#endif
|
|
|