* terminal.h (create_tty_session): Fix return type.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 29 Apr 2008 00:52:26 +0000 (00:52 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 29 Apr 2008 00:52:26 +0000 (00:52 +0000)
gdb/ChangeLog
gdb/terminal.h

index e58d0c27340ba6e5ed5eff302f572edfa9cbad95..016a213f119c0110cfbdf7515d2f334a61af447d 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-28  Joel Brobecker  <brobecker@adacore.com>
+
+       * terminal.h (create_tty_session): Fix return type.
+
 2008-04-26  Vladimir Prus  <vladimir@codesourcery.com>
 
        * mi/mi-interp.c (mi_new_thread): Quote the thread id.
index 743be6c1dc0c2cd71cb0af2fbcca8ece112c84ee..d7a6a9f0524470b4a0ba24701808f36686073e03 100644 (file)
@@ -82,7 +82,7 @@ extern void new_tty (void);
    a given run of GDB.  In inflow.c.  */
 extern int job_control;
 
-extern int create_tty_session (void);
+extern pid_t create_tty_session (void);
 
 /* Set the process group of the caller to its own pid, or do nothing if
    we lack job control.  */
This page took 0.029142 seconds and 4 git commands to generate.