summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index f8b6c1206d..666d007f05 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -1025,7 +1025,8 @@ ubf_select(void *ptr)
}
static void
-ping_signal_thread_list(void) {
+ping_signal_thread_list(void)
+{
if (signal_thread_list_anchor.next) {
FGLOCK(&signal_thread_list_lock, {
struct signal_thread_list *list;