bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PTHREAD_MUTEX_ADAPTIVE_NP undefined in Gecko


From: Riccardo Mottola
Subject: PTHREAD_MUTEX_ADAPTIVE_NP undefined in Gecko
Date: Tue, 9 Feb 2021 10:36:28 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 SeaMonkey/2.53.6

Hi,

how is compilation of Gecko related browsers going on? I am trying to compile ArcticFox and I get this:

 3:43.44 /home/multix/code/Arctic-Fox/nsprpub/pr/src/pthreads/ptsynch.c:60:48: error: ‘PTHREAD_MUTEX_ADAPTIVE_NP’ undeclared (first use in this function); did you mean ‘PTHREAD_MUTEX_FAST_NP’?  3:43.44    60 |     rv = pthread_mutexattr_settype(&_pt_mattr, PTHREAD_MUTEX_ADAPTIVE_NP);
 3:43.44       | ^~~~~~~~~~~~~~~~~~~~~~~~~
 3:43.44       | PTHREAD_MUTEX_FAST_NP


The code is almost unchanged with current gecko, so I wonder if there were any workarounds attempted and/or upliftable patches for that.

Riccardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]