X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsigprocmask.c;h=221fc96566e5df83b24586c09833b9d80ab85403;hb=65d19cd356b6851de04af028fa1fd7c02357fa67;hp=149d27003afa4fb97fc033dd36d50ba642fad66c;hpb=fa9f85a436cb8239695046be4feb68211fe71af1;p=gnulib.git diff --git a/lib/sigprocmask.c b/lib/sigprocmask.c index 149d27003..221fc9656 100644 --- a/lib/sigprocmask.c +++ b/lib/sigprocmask.c @@ -1,11 +1,11 @@ /* POSIX compatible signal blocking. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006-2007 Free Software Foundation, Inc. Written by Bruno Haible , 2006. - This program is free software; you can redistribute it and/or modify + 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, or (at your option) - any later version. + 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, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,13 +13,12 @@ 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 . */ #include /* Specification. */ -#include "sigprocmask.h" +#include #include #include @@ -178,7 +177,7 @@ sigprocmask (int operation, const sigset_t *set, sigset_t *old_set) received[sig] = 0; for (sig = 0; sig < NSIG; sig++) - if (received[NSIG]) + if (received[sig]) { #if HAVE_RAISE raise (sig);