mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
14 lines
634 B
C
14 lines
634 B
C
$NetBSD: patch-nsprpub_pr_src_pthreads_ptsynch.c,v 1.3 2013/07/20 08:57:20 ryoon Exp $
|
|
|
|
--- nsprpub/pr/src/pthreads/ptsynch.c.orig 2012-03-06 13:14:21.000000000 +0000
|
|
+++ nspr/pr/src/pthreads/ptsynch.c
|
|
@@ -810,7 +810,7 @@ PR_IMPLEMENT(PRStatus) PR_DeleteSemaphor
|
|
*/
|
|
#if (defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED)) \
|
|
|| defined(FREEBSD) || defined(OPENBSD) || defined(BSDI) \
|
|
- || defined(DARWIN) || defined(SYMBIAN)
|
|
+ || defined(DARWIN) || defined(SYMBIAN) || defined(__DragonFly__)
|
|
/* union semun is defined by including <sys/sem.h> */
|
|
#else
|
|
/* according to X/OPEN we have to define it ourselves */
|