]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - socket/accept4.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / socket / accept4.c
index e1a6d05de0ca092fec9130f9b27ad06d29d519b2..b6c1731feb1d7e2290b999a8a341272251ae7d8d 100644 (file)
    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;