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 5e7f2d17..60ab8331 100644 --- a/src/wrapped/generated/wrappedlibpthreadtypes.h +++ b/src/wrapped/generated/wrappedlibpthreadtypes.h @@ -64,6 +64,7 @@ typedef int64_t (*iFpppp_t)(void*, void*, void*, void*); GO(pthread_condattr_setclock, iFpi_t) \ GO(pthread_condattr_setpshared, iFpi_t) \ GO(pthread_kill, iFpi_t) \ + GO(pthread_kill@GLIBC_2.2.5, iFpi_t) \ GO(pthread_mutexattr_setkind_np, iFpi_t) \ GO(pthread_mutexattr_setprotocol, iFpi_t) \ GO(pthread_mutexattr_setpshared, iFpi_t) \ |