2 * SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags)
4 * On success, returns the new descriptor.
5 * On error, -1 is returned, and errno is set appropriately.
13 struct syscallentry syscall_dup3
= {
24 .values
= { O_CLOEXEC
},