]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - socket/accept4.c
__opensock: Remove internal_function attribute
[thirdparty/glibc.git] / socket / accept4.c
index d65482c11649b0c92296d390bd996f99f1b6f660..5f7a10ec629859d0a4cb1fcce5466692fd7c61ae 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2017 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
    new socket's descriptor, or -1 for errors.  The operation can be influenced
    by the FLAGS parameter.  */
 int
-__libc_accept4 (fd, addr, addr_len, flags)
-     int fd;
-     __SOCKADDR_ARG addr;
-     socklen_t *addr_len;
-     int flags;
+__libc_accept4 (int fd, __SOCKADDR_ARG addr, socklen_t *addr_len, int flags)
 {
   __set_errno (ENOSYS);
   return -1;