Home | History | Annotate | Download | only in sys
History log of /src/lib/libc/sys/accept4.c
RevisionDateAuthorComments
 1.2  08-Feb-2017  maya branches: 1.2.2; 1.2.4;
oops, do not write the same file twice -- accidentally ran patch twice
 1.1  08-Feb-2017  maya Add accept4, a tiny wrapper around paccept.

accept4 is a syscall in Linux, FreeBSD and OpenBSD. It is used in
LLVM, zeromq, and probably others. paccept is a superset of it.

adding it to libc ensures it is used by programs and prevents the
need to define the same wrapper in every program.
 1.2.4.2  21-Apr-2017  bouyer Sync with HEAD
 1.2.4.1  08-Feb-2017  bouyer file accept4.c was added on branch bouyer-socketcan on 2017-04-21 16:53:09 +0000
 1.2.2.2  20-Mar-2017  pgoyette Sync with HEAD
 1.2.2.1  08-Feb-2017  pgoyette file accept4.c was added on branch pgoyette-localcount on 2017-03-20 06:56:58 +0000

RSS XML Feed