X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsiglist.h;h=104bc68310ce54151ad995a352aa962a3906a6e5;hb=b344de996cd51f8a2f2558a3172016b64d99c622;hp=50604ddc0b71dbef5d3a7b39fd6039f4afbfe8cd;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/lib/siglist.h b/lib/siglist.h index 50604ddc0..104bc6831 100644 --- a/lib/siglist.h +++ b/lib/siglist.h @@ -1,6 +1,5 @@ /* Canonical list of all signal names. - Copyright (C) 1996, 1997, 1998, 1999, 2008, 2009 Free Software Foundation, - Inc. + Copyright (C) 1996-1999, 2008-2011 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify @@ -24,6 +23,9 @@ /* This file is included multiple times. */ +/* Duplicate values (such as SIGBUS==SIGSEGV on Haiku) favor the last + list entry. */ + /* Standard signals */ #ifdef SIGHUP init_sig (SIGHUP, "HUP", N_("Hangup"))