From 9c97d2c4ef34256817fd39bdbaecdfafda4080df Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Fri, 2 Nov 2018 17:25:36 -0700 Subject: signal: Add idempotent block function This makes it trivial to block individual signals from being handled by a thread. Useful when tryng to set up signal handling in event loops. Tested: Builds and passes unit tests. Change-Id: I61739debe2a47ec0ec3e767cf138125c6f59165f Signed-off-by: William A. Kennington III --- test/placeholder.cpp | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 test/placeholder.cpp (limited to 'test/placeholder.cpp') diff --git a/test/placeholder.cpp b/test/placeholder.cpp deleted file mode 100644 index 782277f..0000000 --- a/test/placeholder.cpp +++ /dev/null @@ -1,5 +0,0 @@ -#include - -TEST(PlaceholderTest, None) -{ -} -- cgit v1.2.3