mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1927645 - Add missing parameter for moz_pthread_atfork_handler on non-glibc r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D227124
This commit is contained in:
parent
c9ce7214fd
commit
58073adcde
@ -126,6 +126,9 @@ MFBT_API int pthread_atfork(void (*aPrefork)(void),
|
||||
# if defined(LIBC_GLIBC)
|
||||
,
|
||||
dso_handle
|
||||
# else
|
||||
,
|
||||
(void*)(1)
|
||||
# endif
|
||||
)
|
||||
? 0
|
||||
|
Loading…
Reference in New Issue
Block a user