about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorLily <egzozu.be.bas@gmail.com>2024-03-05 21:52:14 +0300
committerGitHub <noreply@github.com>2024-03-05 19:52:14 +0100
commitf910a70c8adcb9a365ec88d6ec53c13f6574535b (patch)
tree0a99260534f5683156641feb65192d5ced16a0e3 /src
parentfedb8bd816b142a1c48d3a073fadca93a5658195 (diff)
downloadbox64-f910a70c8adcb9a365ec88d6ec53c13f6574535b.tar.gz
box64-f910a70c8adcb9a365ec88d6ec53c13f6574535b.zip
Added 2 pthread wraps (#1334)
Diffstat (limited to 'src')
-rw-r--r--src/wrapped/wrappedlibpthread_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibpthread_private.h b/src/wrapped/wrappedlibpthread_private.h
index 878d9f8f..6cf74bcd 100644
--- a/src/wrapped/wrappedlibpthread_private.h
+++ b/src/wrapped/wrappedlibpthread_private.h
@@ -211,10 +211,10 @@ GOM(__pthread_register_cancel, vFEp)
 //GO(__pthread_register_cancel_defer, 
 GO(pthread_rwlockattr_destroy, vFp)
 GO(pthread_rwlockattr_getkind_np, iFpp)
-//GO(pthread_rwlockattr_getpshared, 
+GO(pthread_rwlockattr_getpshared, iFpi)
 GO(pthread_rwlockattr_init, iFp)
 GO(pthread_rwlockattr_setkind_np, iFpi)
-//GO(pthread_rwlockattr_setpshared, 
+GO(pthread_rwlockattr_setpshared, iFpi)
 //GO(__pthread_rwlock_destroy, 
 GO(pthread_rwlock_destroy, iFp)
 GO(__pthread_rwlock_init, iFpp)