about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-30 18:15:07 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-03-30 18:15:07 +0200
commite57aaadb1d3f44640c49f9a7aebce7d64c8dd82b (patch)
tree01d1ad14528dcd811acc0a2fb7395c1007ed40b9 /src/wrapped/wrappedlibc_private.h
parent0d2492bfde70c85e81973c03cb076efa553d60e0 (diff)
downloadbox64-e57aaadb1d3f44640c49f9a7aebce7d64c8dd82b.tar.gz
box64-e57aaadb1d3f44640c49f9a7aebce7d64c8dd82b.zip
Fixed some wrapped function signature, and added a few more
Diffstat (limited to 'src/wrapped/wrappedlibc_private.h')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index d96ace4a..b18b1781 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -5,6 +5,7 @@
 //socklen_t is u32
 // typedef unsigned long int nfds_t;
 // key_t is S32
+// uid_t is u32
 
 //GO(a64l, 
 GO(abort, vFv)
@@ -1651,7 +1652,7 @@ GOW(setsockopt, iFiiipu)
 //GOW(setstate_r, 
 //GOW(settimeofday, 
 //GOW(setttyent, 
-//GOW(setuid, 
+GOW(setuid, iFu)
 //GO(setusershell, 
 //GOW(setutent, 
 //GO(setutxent,