diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/siginfo.c')
-rw-r--r-- | gdb/testsuite/gdb.base/siginfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/siginfo.c b/gdb/testsuite/gdb.base/siginfo.c index 518083c..041102f 100644 --- a/gdb/testsuite/gdb.base/siginfo.c +++ b/gdb/testsuite/gdb.base/siginfo.c @@ -38,6 +38,7 @@ handler (int sig) } /* handler */ #endif +int main () { /* Set up the signal handler. */ |