From 375caac5019aa174cf33b537335a085f43a2407d Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 13 May 2024 13:12:40 -0400 Subject: sighook: New utilities for hooking signals This allows multiple hooks to be installed for a single signal. --- tests/tests.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/tests.h') diff --git a/tests/tests.h b/tests/tests.h index 9078938..d26a5a0 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -26,6 +26,9 @@ bool check_bit(void); /** I/O queue tests. */ bool check_ioq(void); +/** Signal hook tests. */ +bool check_sighook(void); + /** Trie tests. */ bool check_trie(void); -- cgit v1.2.3