diff options
Diffstat (limited to 'src/wrapped/generated/wrappedlibpthreadtypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibpthreadtypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibpthreadtypes.h b/src/wrapped/generated/wrappedlibpthreadtypes.h index f5ced9dc..c9e5b106 100644 --- a/src/wrapped/generated/wrappedlibpthreadtypes.h +++ b/src/wrapped/generated/wrappedlibpthreadtypes.h @@ -40,6 +40,7 @@ typedef int32_t (*iFpppp_t)(void*, void*, void*, void*); GO(pthread_barrierattr_init, iFp_t) \ GO(pthread_cond_broadcast, iFp_t) \ GO(pthread_cond_destroy, iFp_t) \ + GO(pthread_cond_signal, iFp_t) \ GO(pthread_condattr_destroy, iFp_t) \ GO(pthread_condattr_init, iFp_t) \ GO(pthread_getattr_default_np, iFp_t) \ |