about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-12-15 11:19:04 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-12-15 11:19:04 +0100
commit1a7cff559aa23e935a12cedb6ce84fd81e4548f2 (patch)
tree367f0b912de2b115dc38488ef79d9a85a677f5c6 /src
parentc28b0629faedda09d79c8befeca23ed7498a01c8 (diff)
downloadbox64-1a7cff559aa23e935a12cedb6ce84fd81e4548f2.tar.gz
box64-1a7cff559aa23e935a12cedb6ce84fd81e4548f2.zip
[BOX32][WRAPPER] Added mtrace and muntrace to 32bits wrapped libc (for #2155)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped32/wrappedlibc_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped32/wrappedlibc_private.h b/src/wrapped32/wrappedlibc_private.h
index 22217e69..8b2b21f6 100755
--- a/src/wrapped32/wrappedlibc_private.h
+++ b/src/wrapped32/wrappedlibc_private.h
@@ -1158,11 +1158,11 @@ GOWM(mremap, pEEpLLiN)	//%% 5th hidden paramerer "void* new_addr" if flags is MR
 //GOW(msgrcv, lEipLli)
 //GOW(msgsnd, iEipLi)
 GOW(msync, iEpLi)
-// mtrace
+GO(mtrace, vFv)
 GO(munlock, iEpL)
 GO(munlockall, iEv)
 GOM(munmap, iEEpL)       //%%
-// muntrace
+GO(muntrace, vFv)
 GOWM(nanosleep, iErLL_BLL_)	 //%%,noE
 // __nanosleep  // Weak
 // netname2host