X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gdb%2Fevent-top.c;h=bc7e64262cd99b81a8a447463d98282266a5f981;hb=fba45db2faf619e71856ee38ec63949c0ef6903e;hp=deb7df670480fd284baac04a43672d4a02461dff;hpb=29e6d33b03a5e39540d17bc8235573b1dac13341;p=thirdparty%2Fbinutils-gdb.git diff --git a/gdb/event-top.c b/gdb/event-top.c index deb7df67048..bc7e64262cd 100644 --- a/gdb/event-top.c +++ b/gdb/event-top.c @@ -1016,8 +1016,7 @@ async_do_nothing (gdb_client_data arg) /* Tell the event loop what to do if SIGHUP is received. See event-signal.c. */ static void -handle_sighup (sig) - int sig; +handle_sighup (int sig) { mark_async_signal_handler_wrapper (sighup_token); signal (sig, handle_sighup);