diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 1 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 1 | ||||
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index 34814410..f10a0886 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -2692,6 +2692,7 @@ wrappedlibc: - execv - execvp - sigaltstack + - stat - swapcontext - iFpV: - __isoc99_scanf diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index 98f053fe..f0a1e0c3 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -117,6 +117,7 @@ typedef int64_t (*iFppipppp_t)(void*, void*, int64_t, void*, void*, void*, void* GO(execv, iFpp_t) \ GO(execvp, iFpp_t) \ GO(sigaltstack, iFpp_t) \ + GO(stat, iFpp_t) \ GO(swapcontext, iFpp_t) \ GO(__isoc99_scanf, iFpV_t) \ GO(execl, iFpV_t) \ diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index b852f939..c9617678 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -1729,6 +1729,7 @@ GOM(sscanf, iFEppV) //GOW(ssignal, @Fi@) //GO(sstk, GOM(__stack_chk_fail, vFEv) +GOM(stat, iFEpp) //GO(__statfs, GOW(statfs, iFpp) GOW(statfs64, iFpp) |