mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
Remove __NR_accept4 definition.
This definition was meant to be removed before the checkin. It was used in the development.
This commit is contained in:
parent
a2292378d0
commit
d14eda9310
@ -1,5 +1,7 @@
|
||||
2009-05-21 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
|
||||
|
||||
* sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
|
||||
(SOCKOP_accept4): Define.
|
||||
|
||||
|
@ -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 <drepper@redhat.com>, 2008.
|
||||
|
||||
@ -24,8 +24,6 @@
|
||||
#include <sysdep-cancel.h>
|
||||
#include <sys/syscall.h>
|
||||
|
||||
#define __NR_accept4 288
|
||||
|
||||
|
||||
#ifdef __NR_accept4
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user