autoupdate
[gnulib.git] / lib / spawnattr_getsigmask.c
index 5ad901a..fd7756c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2009-2014 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));