about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibpthread_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-09-09 17:03:46 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-09-09 17:03:46 +0200
commit2ce5beae56b3670aaec5c5c7a9c1ebd201a403a3 (patch)
tree54ba64ad2f69707e9b0813515e59a94c839f088d /src/wrapped/wrappedlibpthread_private.h
parent34fcbbd7b7d1da1c8b2705655ac5897afd04c6e8 (diff)
downloadbox64-2ce5beae56b3670aaec5c5c7a9c1ebd201a403a3.tar.gz
box64-2ce5beae56b3670aaec5c5c7a9c1ebd201a403a3.zip
[WRAPPER] Added H as paramterand, added 2 wrapped function from libatomic (for linux BeamNG)
Diffstat (limited to 'src/wrapped/wrappedlibpthread_private.h')
-rw-r--r--src/wrapped/wrappedlibpthread_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibpthread_private.h b/src/wrapped/wrappedlibpthread_private.h
index da7d0200..7e6a27f7 100644
--- a/src/wrapped/wrappedlibpthread_private.h
+++ b/src/wrapped/wrappedlibpthread_private.h
@@ -262,7 +262,7 @@ GO(sem_clockwait, iFppp)
 GO(sem_destroy, iFp)
 GO(sem_getvalue, iFpp)
 GO(sem_init, iFpiu)
-GO(sem_open, pFpOM)
+GO(sem_open, pFpONN)
 GO(sem_post, iFp)
 GO(sem_timedwait, iFpp)
 GO(sem_trywait, iFp)