X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsiglist.h;h=8af147837ee2c52364ea0c9456e8637128d16ad1;hb=04ff3c185ce44b905653be2935a1794b3c888ce1;hp=50604ddc0b71dbef5d3a7b39fd6039f4afbfe8cd;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/lib/siglist.h b/lib/siglist.h index 50604ddc0..8af147837 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-2012 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"))