diff options
Diffstat (limited to 'src/wrapped/generated')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 1 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index a9a84315..daaed18c 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -2857,6 +2857,7 @@ wrappedlibc: - iFpipV: - __asprintf_chk - __fprintf_chk + - __fwprintf_chk - iFpLpp: - __vsnprintf_chk - iFpLpV: diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index 989cdf64..74166f2c 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -213,6 +213,7 @@ typedef int64_t (*iFppipppp_t)(void*, void*, int64_t, void*, void*, void*, void* GO(glob64, iFpipp_t) \ GO(__asprintf_chk, iFpipV_t) \ GO(__fprintf_chk, iFpipV_t) \ + GO(__fwprintf_chk, iFpipV_t) \ GO(__vsnprintf_chk, iFpLpp_t) \ GO(__snprintf, iFpLpV_t) \ GO(snprintf, iFpLpV_t) \ |