summaryrefslogtreecommitdiff
path: root/src/mongo/util/signal_handlers_synchronous.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/signal_handlers_synchronous.h')
-rw-r--r--src/mongo/util/signal_handlers_synchronous.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/util/signal_handlers_synchronous.h b/src/mongo/util/signal_handlers_synchronous.h
index 5ed5eec05d0..2a5abfb2ffa 100644
--- a/src/mongo/util/signal_handlers_synchronous.h
+++ b/src/mongo/util/signal_handlers_synchronous.h
@@ -50,4 +50,10 @@ void setupSynchronousSignalHandlers();
*/
void reportOutOfMemoryErrorAndExit();
+/**
+ * Clears the signal mask for the process. This is called from forkServer and to setup
+ * the unit tests. On Windows, this is a noop.
+ */
+void clearSignalMask();
+
} // namespace mongo