]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/event-top.c
Protoization.
[thirdparty/binutils-gdb.git] / gdb / event-top.c
index deb7df670480fd284baac04a43672d4a02461dff..bc7e64262cd99b81a8a447463d98282266a5f981 100644 (file)
@@ -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);