X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fspawnattr_getdefault.c;h=8fdbd226c2ebf8a77813a9b7ba23a384d643f672;hb=fba20d159fe191b9d67688738b7c31e769171aac;hp=53f7d530f97e7d6648125a9f7828980d65359ff7;hpb=2903a5c69182cb693db9afb9c64ad14c586a43cc;p=gnulib.git diff --git a/lib/spawnattr_getdefault.c b/lib/spawnattr_getdefault.c index 53f7d530f..8fdbd226c 100644 --- a/lib/spawnattr_getdefault.c +++ b/lib/spawnattr_getdefault.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 Free Software Foundation, Inc. +/* Copyright (C) 2000, 2009-2013 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 @@ -25,7 +25,7 @@ SIGDEFAULT. */ int posix_spawnattr_getsigdefault (const posix_spawnattr_t *attr, - sigset_t *sigdefault) + sigset_t *sigdefault) { /* Copy the sigset_t data to the user buffer. */ memcpy (sigdefault, &attr->_sd, sizeof (sigset_t));