about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-08 21:25:04 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-08 21:25:04 +0100
commit0e958fed2ed33161e2407026bf73b67266bdd3b0 (patch)
treeabbce54b9046ef0f7586820f188d264afed68d32
parentdef0f3564c06461232deaaebd95449dd9812cbb1 (diff)
downloadbox64-0e958fed2ed33161e2407026bf73b67266bdd3b0.tar.gz
box64-0e958fed2ed33161e2407026bf73b67266bdd3b0.zip
Added sigismember wrapped function
-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 cdc8c258..ab2a82cf 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1679,7 +1679,7 @@ GO(siggetmask, iFv)
 //GO(siginterrupt, 
 //GO(sigisemptyset, 
 //GO(__sigismember, 
-//GO(sigismember, 
+GO(sigismember, iFpi)
 //GOW(siglongjmp, 
 //GOW(signal, 
 //GO(signalfd,