Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/kern/lib/libsys_linux Add dup3 support.



details:   https://anonhg.NetBSD.org/src/rev/fafa7794d922
branches:  trunk
changeset: 325122:fafa7794d922
user:      njoly <njoly%NetBSD.org@localhost>
date:      Sat Dec 07 11:49:27 2013 +0000

description:
Add dup3 support.

diffstat:

 sys/rump/kern/lib/libsys_linux/syscalls.master |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 83d16076c8c7 -r fafa7794d922 sys/rump/kern/lib/libsys_linux/syscalls.master
--- a/sys/rump/kern/lib/libsys_linux/syscalls.master    Sat Dec 07 11:17:24 2013 +0000
+++ b/sys/rump/kern/lib/libsys_linux/syscalls.master    Sat Dec 07 11:49:27 2013 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.6 2013/12/07 09:19:36 njoly Exp $
+       $NetBSD: syscalls.master,v 1.7 2013/12/07 11:49:27 njoly Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -581,7 +581,7 @@
 ; 452 only ever appeared in 5.99.x and can be reused after netbsd-7
 452    UNIMPL          5.99 quotactl
 453    UNIMPL          pipe2
-454    UNIMPL          dup3
+454    NODEF           { int|linux_sys||dup3(int from, int to, int flags); }
 455    UNIMPL          kqueue1
 456    UNIMPL          paccept
 457    UNIMPL          linkat



Home | Main Index | Thread Index | Old Index