X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fgdb_wait.h;h=a583050868bde8663997e4954562e8324d578f43;hb=899500d6a4fb46ad1a0f8d076e2a5c2ce34f9d1a;hp=60d756c6a0032ff76e31a71a01c64cfa54c3d5de;hpb=6aba47ca06d9150c6196a374b745c2711b46e045;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdb_wait.h b/gdb/gdb_wait.h index 60d756c6a0..a583050868 100644 --- a/gdb/gdb_wait.h +++ b/gdb/gdb_wait.h @@ -1,11 +1,12 @@ /* Standard wait macros. - Copyright (C) 2000, 2007 Free Software Foundation, Inc. + Copyright (C) 2000, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,9 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #ifndef GDB_WAIT_H #define GDB_WAIT_H @@ -56,7 +55,7 @@ /* Unfortunately, the above comment (about being compatible in all Unix systems) is not quite correct for AIX, sigh. And AIX 3.2 can generate status words like 0x57c (sigtrap received after load), and gdb would - choke on it. */ + choke on it. */ #define WIFSTOPPED(w) ((w)&0x40)