diff options
Diffstat (limited to 'src/wrapped/generated')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 4 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 3 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibpthreadtypes.h | 1 |
3 files changed, 6 insertions, 2 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index 5caac75b..890960b1 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -1403,12 +1403,12 @@ wrappedlibc: - __longjmp_chk - _longjmp - longjmp + - siglongjmp - vFpu: - _ITM_registerTMCloneTable - iFpi: - __sigsetjmp - backtrace - - siglongjmp - iFpL: - munmap - iFpp: @@ -1466,6 +1466,7 @@ wrappedlibc: - ftw64 - iFppp: - __cxa_atexit + - __isoc99_vfscanf - __isoc99_vsscanf - __vfprintf_chk - __vsscanf @@ -1656,6 +1657,7 @@ wrappedlibpthread: - pthread_condattr_getpshared - pthread_key_create - pthread_mutexattr_getkind_np + - pthread_mutexattr_getprotocol - pthread_mutexattr_gettype - pthread_once - vFppp: diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index f5a6b7d6..68d4f6e5 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -75,10 +75,10 @@ typedef int64_t (*iFpippppp_t)(void*, int64_t, void*, void*, void*, void*, void* GO(__longjmp_chk, vFpi_t) \ GO(_longjmp, vFpi_t) \ GO(longjmp, vFpi_t) \ + GO(siglongjmp, vFpi_t) \ GO(_ITM_registerTMCloneTable, vFpu_t) \ GO(__sigsetjmp, iFpi_t) \ GO(backtrace, iFpi_t) \ - GO(siglongjmp, iFpi_t) \ GO(munmap, iFpL_t) \ GO(__vprintf_chk, iFpp_t) \ GO(dl_iterate_phdr, iFpp_t) \ @@ -118,6 +118,7 @@ typedef int64_t (*iFpippppp_t)(void*, int64_t, void*, void*, void*, void*, void* GO(ftw, iFppi_t) \ GO(ftw64, iFppi_t) \ GO(__cxa_atexit, iFppp_t) \ + GO(__isoc99_vfscanf, iFppp_t) \ GO(__isoc99_vsscanf, iFppp_t) \ GO(__vfprintf_chk, iFppp_t) \ GO(__vsscanf, iFppp_t) \ diff --git a/src/wrapped/generated/wrappedlibpthreadtypes.h b/src/wrapped/generated/wrappedlibpthreadtypes.h index 8b7157cb..d159b0e8 100644 --- a/src/wrapped/generated/wrappedlibpthreadtypes.h +++ b/src/wrapped/generated/wrappedlibpthreadtypes.h @@ -74,6 +74,7 @@ typedef int64_t (*iFpppp_t)(void*, void*, void*, void*); GO(pthread_condattr_getpshared, iFpp_t) \ GO(pthread_key_create, iFpp_t) \ GO(pthread_mutexattr_getkind_np, iFpp_t) \ + GO(pthread_mutexattr_getprotocol, iFpp_t) \ GO(pthread_mutexattr_gettype, iFpp_t) \ GO(pthread_once, iFpp_t) \ GO(_pthread_cleanup_push, vFppp_t) \ |