X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fspawnattr_setsigmask.c;h=875d2c9e3c03b70f4072856e2c28ded265a00e1b;hb=70a72e0f50411ccc776379a761725d8c8bec58a3;hp=a3dea2615c441ac9f55108e92b6b9c977fba2d1c;hpb=ac5e1445a1fbd6fab4e24c8ef714478368403721;p=gnulib.git diff --git a/lib/spawnattr_setsigmask.c b/lib/spawnattr_setsigmask.c index a3dea2615..875d2c9e3 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-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,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));