about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-04 14:43:36 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-04 14:43:36 +0200
commitbb7e473e7bd6a94b81a6fe763a240916edd46de9 (patch)
tree83cc9707d935fe712e5c306c7d32d60804ad3eef /src
parent0126a0d57585ab323a1bfef03ce15252bfd07cb9 (diff)
downloadbox64-bb7e473e7bd6a94b81a6fe763a240916edd46de9.tar.gz
box64-bb7e473e7bd6a94b81a6fe763a240916edd46de9.zip
End a few more libc wrapped 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 0a2ab89c..5f63520a 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1197,8 +1197,8 @@ GOM(mremap, pFEpLLiN) //weal
 //GOW(msgsnd, 
 GO(msync, iFpLi)
 //GO(mtrace, 
-//GO(munlock, 
-//GO(munlockall, 
+GO(munlock, iFpL)
+GO(munlockall, iFv)
 //GO(__munmap, 
 GOM(munmap, iFEpL)  //weak
 //GO(muntrace,