From: Apple Date: Fri, 1 May 2020 18:18:36 +0000 (+0000) Subject: Libsystem-1281.100.1.tar.gz X-Git-Tag: macos-10154^0 X-Git-Url: https://git.saurik.com/apple/libsystem.git/commitdiff_plain/b12e72edd086fad5ada5f7fe2fdf049e0370ae4e Libsystem-1281.100.1.tar.gz --- diff --git a/init.c b/init.c index a07abe9..9d604e0 100644 --- a/init.c +++ b/init.c @@ -169,7 +169,7 @@ libSystem_initializer(int argc, const struct ProgramVars* vars) { static const struct _libkernel_functions libkernel_funcs = { - .version = 3, + .version = 4, // V1 functions #if !TARGET_OS_DRIVERKIT .dlsym = dlsym, @@ -181,6 +181,8 @@ libSystem_initializer(int argc, // V2 functions (removed) // V3 functions .pthread_clear_qos_tsd = _pthread_clear_qos_tsd, + // V4 functions + .pthread_current_stack_contains_np = pthread_current_stack_contains_np, }; static const struct _libpthread_functions libpthread_funcs = {