diff options
Diffstat (limited to 'src/wrapped/wrappedlibc_private.h')
| -rw-r--r-- | src/wrapped/wrappedlibc_private.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 2f611380..4244c943 100644 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -175,7 +175,7 @@ GO(closelog, vFv) GO(close_range, iFuuu) GO(__cmsg_nxthdr, pFpp) GO(confstr, LFipL) -//GO(__confstr_chk, +GO(__confstr_chk, LFipLL) GOW(__connect, iFipu) GOW(connect, iFipu) GO(copy_file_range, lFipipLu) @@ -1914,6 +1914,7 @@ GO(__strtof_l, fFppL) GOW(strtof_l, fFppp) //GO(__strtof_nan, GO(strtoimax, lFppi) +GO2(__isoc23_strtoimax, lFppi, strtoimax) GO(strtok, pFpp) GO(__strtok_r, pFppp) GOW(strtok_r, pFppp) @@ -1941,6 +1942,7 @@ GO(__strtoull_internal, UFppii) GOW(__strtoull_l, LFppip) GOW(strtoull_l, UFppip) GO(strtoumax, LFppi) +GO2(__isoc23_strtoumax, LFppi, strtoumax) GOW(strtouq, UFppi) //GO(__strverscmp, GOW(strverscmp, iFpp) @@ -2241,7 +2243,7 @@ GO(wcsnrtombs, LFppLLp) GO(wcspbrk, pFpp) GO(wcsrchr, pFpu) GO(wcsrtombs, LFppLp) -//GO(__wcsrtombs_chk, +GO(__wcsrtombs_chk, LFppLpL) GO(wcsspn, LFpp) GO(wcsstr, pFpp) GO(wcstod, dFpp) |