Module Name:    src
Committed By:   christos
Date:           Sun Apr 10 15:47:21 UTC 2011

Modified Files:
        src/sys/compat/linux32/arch/amd64: syscalls.master

Log Message:
add pipe2 and dup3


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/compat/linux32/arch/amd64/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/linux32/arch/amd64/syscalls.master
diff -u src/sys/compat/linux32/arch/amd64/syscalls.master:1.57 src/sys/compat/linux32/arch/amd64/syscalls.master:1.58
--- src/sys/compat/linux32/arch/amd64/syscalls.master:1.57	Tue Nov  2 14:14:06 2010
+++ src/sys/compat/linux32/arch/amd64/syscalls.master	Sun Apr 10 11:47:21 2011
@@ -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

Reply via email to