summaryrefslogtreecommitdiff
path: root/lib/esan/esan.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/esan/esan.h')
-rw-r--r--lib/esan/esan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/esan/esan.h b/lib/esan/esan.h
index a5db5dfb3..4171522db 100644
--- a/lib/esan/esan.h
+++ b/lib/esan/esan.h
@@ -51,6 +51,7 @@ uptr checkMmapResult(uptr Addr, SIZE_T Size);
// The return value indicates whether to call the real version or not.
bool processSignal(int SigNum, void (*Handler)(int), void (**Result)(int));
bool processSigaction(int SigNum, const void *Act, void *OldAct);
+bool processSigprocmask(int How, void *Set, void *OldSet);
} // namespace __esan