about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-09 16:58:52 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-09 16:58:52 +0200
commit0cfb48f3c78d9571295ce6fe347543de2c8411f5 (patch)
tree944efee5cedf7449417a5fd1007fd66426720e04 /src
parentfcd9eba0da9732417b396be1430419594c25ad5c (diff)
downloadbox64-0cfb48f3c78d9571295ce6fe347543de2c8411f5.tar.gz
box64-0cfb48f3c78d9571295ce6fe347543de2c8411f5.zip
Added msgstl wrapped function (for #43)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index c4791779..f8b74713 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1191,7 +1191,7 @@ GOM(mprotect, iFEpLi) //weak
 GO(mrand48, lFv)
 //GO(mrand48_r, 
 GOM(mremap, pFEpLLiN) //weal
-//GO(msgctl, 
+GO(msgctl, iFiip)
 GO(msgget, iFii)
 GOW(msgrcv, lFipLli)
 GOW(msgsnd, iFipLi)