diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-05-16 17:07:55 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-05-16 17:07:55 +0200 |
| commit | 5255935a3115bed37ac7a1ee407059acc3e1308b (patch) | |
| tree | e8576610c05eb199f6a0d6b93eb5691fb3dcbc9d /src | |
| parent | a31ee062b6172aa65b28f99dfd2e0406b91e518c (diff) | |
| download | box64-5255935a3115bed37ac7a1ee407059acc3e1308b.tar.gz box64-5255935a3115bed37ac7a1ee407059acc3e1308b.zip | |
Added 2 more wrapped libc functions
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 e9e49fa5..4ea93622 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -532,8 +532,8 @@ GOW(getifaddrs, iFp) //GO(get_kernel_syms, GOW(getline, iFppp) //GO(getloadavg, -//GO(getlogin, -//GOW(getlogin_r, +GO(getlogin, pFv) +GOW(getlogin_r, iFpL) //GO(__getlogin_r_chk, //GO(getmntent, //GO(__getmntent_r, |