]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/spawn_faction_destroy.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / posix / spawn_faction_destroy.c
index 05ca9dc13b97603da7695862a1b37cea69a7ce50..d30804a1e3d1b5c5819b195c3ddd63fe3de91dd7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2018 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <spawn.h>
 #include <stdlib.h>
@@ -38,6 +38,7 @@ __posix_spawn_file_actions_destroy (posix_spawn_file_actions_t *file_actions)
          break;
        case spawn_do_close:
        case spawn_do_dup2:
+       case spawn_do_fchdir:
          /* No cleanup required.  */
          break;
        }