about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-08 17:14:42 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-08 17:14:42 +0100
commit23eef578f76ef2bd1bf03726e227129fdcc7ec6e (patch)
treec1b83f478361bf5b9fa4b37e5272407ad96976a0 /src
parentce8a482a62b0a7b0fd2525771674d4f9f3080006 (diff)
downloadbox64-23eef578f76ef2bd1bf03726e227129fdcc7ec6e.tar.gz
box64-23eef578f76ef2bd1bf03726e227129fdcc7ec6e.zip
Added a few libc wrapped functions
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index 5a37063d..a957630c 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1131,8 +1131,8 @@ GO(__memcpy_chk, pFppuL)
 //GO(memfd_create, 
 //GO(memfrob, 
 //GOW(memmem, 
-//GOI(memmove, 
-//GOI(__memmove_chk, 
+GO(memmove, pFppL)
+GO(__memmove_chk, pFppLL)
 //GOI(__mempcpy, 
 //GOI(mempcpy, 
 //GOI(__mempcpy_chk, 
@@ -1267,8 +1267,8 @@ GOW(nl_langinfo_l, pFup)
 //GO(__openat64_2, 
 //GO(open_by_handle_at, 
 //GO(__open_catalog, 
-//GOW(opendir, 
-//GO(openlog, 
+GOW(opendir, pFp)
+GO(openlog, vFpii)
 //GOW(open_memstream, 
 //GO(__open_nocancel, 
 //GO(open_wmemstream, 
@@ -1615,8 +1615,8 @@ GOW(puts, iFp)
 //GOW(setitimer, 
 GOM(_setjmp, iFEp)
 GOM(setjmp, iFEp)
-//GO(setlinebuf, 
-//GO(setlocale, 
+GO(setlinebuf, vFp)
+GO(setlocale, pFip)
 //GO(setlogin, 
 //GO(setlogmask, 
 //GO(__setmntent,