X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsiglist.h;h=8af147837ee2c52364ea0c9456e8637128d16ad1;hb=150ce1bef700d6a3e56861c3a316da64be93d880;hp=e372429a32ef81202677b7367941b55cd2fdba2d;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/lib/siglist.h b/lib/siglist.h index e372429a3..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, 2010 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"))