install-reloc: Support multi-binary installation.
[gnulib.git] / lib / spawnattr_getdefault.c
index 53f7d53..8fdbd22 100644 (file)
@@ -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));