diff options
author | Pierre Muller <muller@sourceware.org> | 2007-10-08 14:40:42 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2007-10-08 14:40:42 +0000 |
commit | 3c61c145cc02ff7ec9ec2435651ebe6825dddaa6 (patch) | |
tree | 490d9f7a069fd37ea0ed94938aecd54296a5cdf4 /gdb/ChangeLog | |
parent | c7f0a8e098119312e57c77969a0c6646abfd2040 (diff) | |
download | gdb-3c61c145cc02ff7ec9ec2435651ebe6825dddaa6.zip gdb-3c61c145cc02ff7ec9ec2435651ebe6825dddaa6.tar.gz gdb-3c61c145cc02ff7ec9ec2435651ebe6825dddaa6.tar.bz2 |
2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
* linux-fork.c: Move "gdb_wait.h" include back to the position of
<sys/wait.h> include before last commit.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index df6b352..ee2e1d2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr> + + * linux-fork.c: Move "gdb_wait.h" include back to the position of + <sys/wait.h> include before last commit. + 2007-10-08 Maciej W. Rozycki <macro@mips.com> * mips-tdep.c (mips32_next_pc): Fix a typo in BGTZL. |