diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-09-09 17:03:46 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-09-09 17:03:46 +0200 |
| commit | 2ce5beae56b3670aaec5c5c7a9c1ebd201a403a3 (patch) | |
| tree | 54ba64ad2f69707e9b0813515e59a94c839f088d /src/wrapped/wrappedlibpthread_private.h | |
| parent | 34fcbbd7b7d1da1c8b2705655ac5897afd04c6e8 (diff) | |
| download | box64-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.h | 2 |
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) |