From 6d8225fe1a3277273c245ceb1b35fd536300f649 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 20 Oct 2008 07:21:57 +0000 Subject: Updated to fedora-glibc-20081019T1815 --- socket/sys/socket.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'socket/sys') diff --git a/socket/sys/socket.h b/socket/sys/socket.h index ea4123d287..e0a6a5216a 100644 --- a/socket/sys/socket.h +++ b/socket/sys/socket.h @@ -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; -- cgit v1.2.3