X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fspawnattr_getsigmask.c;h=1fca4e234f561a1bf1c1aee7b6f75fd9d76be58f;hb=ae006b4;hp=5ad901a8e728306f85a77fdda716167362f3b12e;hpb=a6694a282b6d9c86beacd77b65a30626af293ba1;p=gnulib.git diff --git a/lib/spawnattr_getsigmask.c b/lib/spawnattr_getsigmask.c index 5ad901a8e..1fca4e234 100644 --- a/lib/spawnattr_getsigmask.c +++ b/lib/spawnattr_getsigmask.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 @@ /* Store signal mask for the new process from ATTR in SIGMASK. */ int posix_spawnattr_getsigmask (const posix_spawnattr_t *attr, - sigset_t *sigmask) + sigset_t *sigmask) { /* Copy the sigset_t data to the user buffer. */ memcpy (sigmask, &attr->_ss, sizeof (sigset_t));