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:
ptrcnull
2024-11-07 18:08:36 +00:00
parent 20d29d0f6a
commit db7fb43de9

View File

@@ -126,6 +126,9 @@ MFBT_API int pthread_atfork(void (*aPrefork)(void),
# if defined(LIBC_GLIBC)
,
dso_handle
# else
,
(void*)(1)
# endif
)
? 0