]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/spawn_valid_fd.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / posix / spawn_valid_fd.c
index eacabfc56dae47fdc3426d9abad04178822aa16b..e03c5c28f1bb7bbae07baae00d31d0366cbd2adf 100644 (file)
@@ -1,5 +1,5 @@
 /* File descriptor validity check for posix_spawn file actions.
-   Copyright (C) 2000-2017 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
 
    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_int.h"
 
 #include <unistd.h>
 
 bool
-internal_function
 __spawn_valid_fd (int fd)
 {
   long maxfd = __sysconf (_SC_OPEN_MAX);