diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-05-29 18:29:43 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-05-29 18:29:43 +0200 |
| commit | ba48b6c7939ef9e704aea8e24c254d79c1d8baf8 (patch) | |
| tree | c76dbd20083ee9e0ec9b78ee25fb4dc99ff108c1 /src | |
| parent | f8a969d43ed26e64d21238ead0e9512360fb1fdd (diff) | |
| download | box64-ba48b6c7939ef9e704aea8e24c254d79c1d8baf8.tar.gz box64-ba48b6c7939ef9e704aea8e24c254d79c1d8baf8.zip | |
Added a couple more wrapped function to libc
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 8c3d1966..01cdf9ed 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -21,7 +21,7 @@ GOW(access, iFpi) //GO(__adjtimex, //GOW(adjtimex, //GOW(advance, -//GO(alarm, +GO(alarm, uFu) GOW(aligned_alloc, pFLL) GOW(alphasort, iFpp) GOW(alphasort64, iFpp) @@ -1614,7 +1614,7 @@ GOW(setenv, iFppi) //GO(setfsent, //GO(setfsgid, //GO(setfsuid, -//GOW(setgid, +GOW(setgid, iFp) //GO(setgrent, //GO(setgroups, //GO(sethostent, |