X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.threads%2Finterrupt-while-step-over.c;h=172a95b3eb505a0b54ee3e15d7de760fb8b36ccf;hb=1d506c26d9772bcd84e1a7b3a8c8c5bc602dbf61;hp=0a62e34e4a618240fd7bcd9449a43800e13eba79;hpb=c65d6b55b3a592906c470c566f57ad8ceacc1605;p=thirdparty%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.threads/interrupt-while-step-over.c b/gdb/testsuite/gdb.threads/interrupt-while-step-over.c index 0a62e34e4a6..172a95b3eb5 100644 --- a/gdb/testsuite/gdb.threads/interrupt-while-step-over.c +++ b/gdb/testsuite/gdb.threads/interrupt-while-step-over.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2016-2017 Free Software Foundation, Inc. + Copyright 2016-2024 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 @@ -44,6 +44,8 @@ child_function (void *arg) pthread_barrier_wait (&threads_started_barrier); infinite_loop (); + + return NULL; } void