X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fspawnattr_setsigmask.c;h=7f8e61c8596e64267a2a71273c045f062555a175;hb=25b6b5120113989e0b91de9d0b75d3d625bbc753;hp=a3dea2615c441ac9f55108e92b6b9c977fba2d1c;hpb=ac5e1445a1fbd6fab4e24c8ef714478368403721;p=gnulib.git diff --git a/lib/spawnattr_setsigmask.c b/lib/spawnattr_setsigmask.c index a3dea2615..7f8e61c85 100644 --- a/lib/spawnattr_setsigmask.c +++ b/lib/spawnattr_setsigmask.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 Free Software Foundation, Inc. +/* Copyright (C) 2000, 2009-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,7 +24,7 @@ /* Set signal mask for the new process in ATTR to SIGMASK. */ int posix_spawnattr_setsigmask (posix_spawnattr_t *attr, - const sigset_t *sigmask) + const sigset_t *sigmask) { /* Copy the sigset_t data to the user buffer. */ memcpy (&attr->_ss, sigmask, sizeof (sigset_t));