aboutsummaryrefslogtreecommitdiffstats
path: root/m4/pthread_sigmask.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/pthread_sigmask.m4')
-rw-r--r--m4/pthread_sigmask.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/pthread_sigmask.m4 b/m4/pthread_sigmask.m4
index d67511f73dd..030862de015 100644
--- a/m4/pthread_sigmask.m4
+++ b/m4/pthread_sigmask.m4
@@ -1,4 +1,4 @@
1# pthread_sigmask.m4 serial 18 1# pthread_sigmask.m4 serial 19
2dnl Copyright (C) 2011-2020 Free Software Foundation, Inc. 2dnl Copyright (C) 2011-2020 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation 3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it, 4dnl gives unlimited permission to copy and/or distribute it,
@@ -220,6 +220,7 @@ int main ()
220#include <stdio.h> 220#include <stdio.h>
221#include <stdlib.h> 221#include <stdlib.h>
222#include <unistd.h> 222#include <unistd.h>
223]GL_MDA_DEFINES[
223static volatile int sigint_occurred; 224static volatile int sigint_occurred;
224static void 225static void
225sigint_handler (int sig) 226sigint_handler (int sig)