]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - hurd/intern-fd.c
sysvipc: Set ipc_perm mode as mode_t (BZ#18231)
[thirdparty/glibc.git] / hurd / intern-fd.c
index b32e8c05ca94773e442528d14dbe04cf5fb4187b..48a9821c87f02f3621cc0381156d9e02a50b1583 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1994-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 <hurd.h>
 #include <hurd/fd.h>
@@ -47,3 +47,4 @@ _hurd_intern_fd (io_t port, int flags, int dealloc)
 
   return fd;
 }
+libc_hidden_def (_hurd_intern_fd)