Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux32/arch/amd64 add pipe2 and dup3



details:   https://anonhg.NetBSD.org/src/rev/a75632510d76
branches:  trunk
changeset: 764019:a75632510d76
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 10 15:47:21 2011 +0000

description:
add pipe2 and dup3

diffstat:

 sys/compat/linux32/arch/amd64/syscalls.master |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 9a23cf4c48f7 -r a75632510d76 sys/compat/linux32/arch/amd64/syscalls.master
--- a/sys/compat/linux32/arch/amd64/syscalls.master     Sun Apr 10 15:46:15 2011 +0000
+++ b/sys/compat/linux32/arch/amd64/syscalls.master     Sun Apr 10 15:47:21 2011 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.57 2010/11/02 18:14:06 chs Exp $
+       $NetBSD: syscalls.master,v 1.58 2011/04/10 15:47:21 christos Exp $
 
 ; NetBSD i386 COMPAT_LINUX32 system call name/number "master" file.
 ; (See syscalls.conf to see what it is processed into.)
@@ -513,8 +513,8 @@
 327    UNIMPL  signalfd4
 328    UNIMPL  eventfd2
 329    UNIMPL  epoll_create1
-330    UNIMPL  dup3
-331    UNIMPL  pipe2
+330    STD     { int|linux32_sys||dup3(int from, int to, int flags); }
+331     STD    { int|linux32_sys||pipe2(netbsd32_intp fd, int flags); }
 332    UNIMPL  inotify_init1
 333    UNIMPL  preadv
 334    UNIMPL  pwritev



Home | Main Index | Thread Index | Old Index