diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-07-03 13:55:21 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-07-03 13:55:21 +0200 |
| commit | 48b881f4912bc795e0467e334e359e9876f73c4f (patch) | |
| tree | 68bf97bc36e371d44a41d124dd4b25e9d6c1c81b /src/wrapped/wrappedlibpthread_private.h | |
| parent | a6f0525a4c2d96d2f54707369acc75e54d4d6574 (diff) | |
| download | box64-48b881f4912bc795e0467e334e359e9876f73c4f.tar.gz box64-48b881f4912bc795e0467e334e359e9876f73c4f.zip | |
Added wrapped pthread_cond_clockwait (for #303)
Diffstat (limited to 'src/wrapped/wrappedlibpthread_private.h')
| -rwxr-xr-x | src/wrapped/wrappedlibpthread_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibpthread_private.h b/src/wrapped/wrappedlibpthread_private.h index 9722cb4c..d2291657 100755 --- a/src/wrapped/wrappedlibpthread_private.h +++ b/src/wrapped/wrappedlibpthread_private.h @@ -112,6 +112,7 @@ GO(pthread_cond_signal, iFp) GOM(pthread_cond_timedwait, iFEppp) GOM(pthread_cond_wait, iFEpp) GOM(pthread_create, iFEpppp) +GOM(pthread_cond_clockwait, iFEppip) GO(pthread_detach, iFL) GO(pthread_equal, iFLL) GO(pthread_exit, vFp) |