diff options
Diffstat (limited to 'gdb/win32-nat.c')
-rw-r--r-- | gdb/win32-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index 7f0cb78d647..298fd513e52 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -48,7 +48,7 @@ #include <unistd.h> /* The ui's event loop. */ -extern int (*ui_loop_hook) PARAMS ((int signo)); +extern int (*ui_loop_hook) (int signo); /* If we're not using the old Cygwin header file set, define the following which never should have been in the generic Win32 API |