about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-03 09:46:28 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-03 09:46:28 +0200
commit65fae1077fb26ac800e19345ecc5b5a3dc5408b8 (patch)
tree4667cd146963bf24ae0b8092a5f8aa5ff55a52eb /src
parente3a36591aa18efb63bf97265a2ee969c3c6e97d5 (diff)
downloadbox64-65fae1077fb26ac800e19345ecc5b5a3dc5408b8.tar.gz
box64-65fae1077fb26ac800e19345ecc5b5a3dc5408b8.zip
One more wrapped libc function
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 2cf7f3c8..10723f26 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -153,7 +153,7 @@ GOW(close, iFi)
 GOW(closedir, iFp)
 GO(closelog, vFv)
 //GO(__close_nocancel, 
-//GO(__cmsg_nxthdr, 
+GO(__cmsg_nxthdr, pFpp)
 GO(confstr, LFipL)
 //GO(__confstr_chk, 
 GOW(__connect, iFipu)