]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - socket/sys/socket.h
* socket/Versions: Remove paccept export for GLIBC_2.9.
[thirdparty/glibc.git] / socket / sys / socket.h
index ea4123d287a58068a00701c67d8f9020f06bec21..e0a6a5216aa2af6dc6238e330703cb593b2a1624 100644 (file)
@@ -214,18 +214,6 @@ extern int listen (int __fd, int __n) __THROW;
 extern int accept (int __fd, __SOCKADDR_ARG __addr,
                   socklen_t *__restrict __addr_len);
 
-#ifdef __USE_GNU
-/* Variant of the accept function which takes additional parameters.  The
-   MASK parameter allows to change the thread signal mask for the duration
-   of the call.  The FLAGS parameter allows to pass additional flags.
-
-   This function is a cancellation point and therefore not marked with
-   __THROW.  */
-extern int paccept (int __fd, __SOCKADDR_ARG __addr,
-                   socklen_t *__restrict __addr_len,
-                   __const __sigset_t *__restrict __ss, int __flags);
-#endif
-
 /* Shut down all or part of the connection open on socket FD.
    HOW determines what to shut down:
      SHUT_RD   = No more receptions;