Files
bsdports/_oldver/firefox683/files/oled/patch-x-nsprpub-pr-src-pthreads-ptsynch.c
2020-02-13 13:59:30 +00:00

12 lines
505 B
C

--- ./nsprpub/pr/src/pthreads/ptsynch.c~ 2019-05-14 21:13:24.000000000 +0200
+++ ./nsprpub/pr/src/pthreads/ptsynch.c 2019-12-23 17:35:00.513748000 +0200
@@ -911,7 +911,7 @@
* From the semctl(2) man page in glibc 2.0
*/
#if (defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED)) \
- || defined(FREEBSD) || defined(OPENBSD) || defined(BSDI) \
+ || defined(OPENBSD) || defined(BSDI) \
|| defined(DARWIN) || defined(SYMBIAN)
/* union semun is defined by including <sys/sem.h> */
#else