about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-05-16 17:07:55 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-05-16 17:07:55 +0200
commit5255935a3115bed37ac7a1ee407059acc3e1308b (patch)
treee8576610c05eb199f6a0d6b93eb5691fb3dcbc9d /src
parenta31ee062b6172aa65b28f99dfd2e0406b91e518c (diff)
downloadbox64-5255935a3115bed37ac7a1ee407059acc3e1308b.tar.gz
box64-5255935a3115bed37ac7a1ee407059acc3e1308b.zip
Added 2 more wrapped libc functions
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h4
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,