2004-01-05 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / windows-nat.c
index c37c1a8ef062ba42a413c32dbaa6d1eb61a2211d..8b26916e2b77b206dcfb15d1f059ae5e0e6826f4 100644 (file)
@@ -1215,7 +1215,7 @@ child_continue (DWORD continue_status, int id)
 /* Called in pathological case where Windows fails to send a
    CREATE_PROCESS_DEBUG_EVENT after an attach.  */
 DWORD
-fake_create_process ()
+fake_create_process (void)
 {
   current_process_handle = OpenProcess (PROCESS_ALL_ACCESS, FALSE,
                                        current_event.dwProcessId);
This page took 0.023268 seconds and 4 git commands to generate.