diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/process-exit-status-is-leader-exit-status.c')
-rw-r--r-- | gdb/testsuite/gdb.threads/process-exit-status-is-leader-exit-status.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/process-exit-status-is-leader-exit-status.c b/gdb/testsuite/gdb.threads/process-exit-status-is-leader-exit-status.c index 3fed562..e3a4153 100644 --- a/gdb/testsuite/gdb.threads/process-exit-status-is-leader-exit-status.c +++ b/gdb/testsuite/gdb.threads/process-exit-status-is-leader-exit-status.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2022-2024 Free Software Foundation, Inc. + Copyright 2022-2025 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -43,6 +43,7 @@ start (void *arg) int thread_return_value = *(int *) arg; do_exit (thread_return_value); + return NULL; } int |