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:
@@ -126,6 +126,9 @@ MFBT_API int pthread_atfork(void (*aPrefork)(void),
|
||||
# if defined(LIBC_GLIBC)
|
||||
,
|
||||
dso_handle
|
||||
# else
|
||||
,
|
||||
(void*)(1)
|
||||
# endif
|
||||
)
|
||||
? 0
|
||||
|
||||
Reference in New Issue
Block a user