From b12e72edd086fad5ada5f7fe2fdf049e0370ae4e Mon Sep 17 00:00:00 2001 From: Apple Date: Fri, 1 May 2020 18:18:36 +0000 Subject: [PATCH] Libsystem-1281.100.1.tar.gz --- init.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = { -- 2.45.2