From d14eda9310125ddf8fe66df01bbe46ab7d226a5e Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 21 May 2009 18:16:59 -0700 Subject: [PATCH] Remove __NR_accept4 definition. This definition was meant to be removed before the checkin. It was used in the development. --- ChangeLog | 2 ++ sysdeps/unix/sysv/linux/accept4.c | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 057e6cd..a88d8e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2009-05-21 Jakub Jelinek + * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define. + * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove. (SOCKOP_accept4): Define. diff --git a/sysdeps/unix/sysv/linux/accept4.c b/sysdeps/unix/sysv/linux/accept4.c index 97f7b8c..4be710f 100644 --- a/sysdeps/unix/sysv/linux/accept4.c +++ b/sysdeps/unix/sysv/linux/accept4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008 Free Software Foundation, Inc. +/* Copyright (C) 2008, 2009 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2008. @@ -24,8 +24,6 @@ #include #include -#define __NR_accept4 288 - #ifdef __NR_accept4 int -- 2.7.4