]> sourceware.org Git - glibc.git/blobdiff - io/close.c
support: Use macros for *stat wrappers
[glibc.git] / io / close.c
index 273c4665e92acd5988be21d35f950795d3d6fc9d..77ef3c68960072e93c00231aeefc861d5b377389 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2024 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 <errno.h>
 #include <unistd.h>
 
 /* Close the file descriptor FD.  */
 int
-__close (fd)
-     int fd;
+__close (int fd)
 {
   if (fd < 0)
     {
This page took 0.026036 seconds and 5 git commands to generate.