musl/src/linux/accept4.c, branch mastermusl - an implementation of the standard library for Linux-based systemsmove accept4, dup3, and pipe2 to non-linux-specific locations2012年09月29日T21:40:42+00:00Rich Felkerdalias@aerifal.cx2012年09月29日T21:40:42+00:00dc62790deec183697489d5fddea03c82f725e7fd
these interfaces have been adopted by the Austin Group for inclusion
in the next version of POSIX.
these interfaces have been adopted by the Austin Group for inclusion
in the next version of POSIX.
add acct, accept4, setns, and dup3 syscalls (linux extensions)2012年09月09日T00:22:08+00:00Rich Felkerdalias@aerifal.cx2012年09月09日T00:22:08+00:006cf8bfdb646efaf76c75a95d1ea0cd254706c037
based on patch by Justin Cormack