about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-08-10 15:32:08 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-08-10 15:32:08 +0200
commit2ac2996abd54cdb36624738b7ca30a9abc93a78a (patch)
tree11a38caa935bab1a6ea6e02ec365c1d7105af06b /src/wrapped/wrappedlibc_private.h
parent53fb83487a1902db838f99e94bb81e1cb597e6a7 (diff)
downloadbox64-2ac2996abd54cdb36624738b7ca30a9abc93a78a.tar.gz
box64-2ac2996abd54cdb36624738b7ca30a9abc93a78a.zip
Added vfork wrapped function
Diffstat (limited to 'src/wrapped/wrappedlibc_private.h')
-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 515532d1..aa2611d6 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -2041,7 +2041,7 @@ GOM(__vasprintf_chk, iFEpipp)
 GOW(versionsort, iFpp)
 GOW(versionsort64, iFpp)
 //GO(__vfork, 
-//GOW(vfork, iFv)
+GOWM(vfork, iFEv)
 GOM(vfprintf, iFEppA)
 GOM(__vfprintf_chk, iFEpvpp)
 //GO(__vfscanf,