diff options
Diffstat (limited to 'm4/pthread_sigmask.m4')
| -rw-r--r-- | m4/pthread_sigmask.m4 | 3 |
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 |
| 2 | dnl Copyright (C) 2011-2020 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2011-2020 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl 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[ | ||
| 223 | static volatile int sigint_occurred; | 224 | static volatile int sigint_occurred; |
| 224 | static void | 225 | static void |
| 225 | sigint_handler (int sig) | 226 | sigint_handler (int sig) |