add pipe2 and dup3

This commit is contained in:
christos 2011-04-10 15:48:46 +00:00
parent 632362bdbb
commit dd9e944ede
2 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.35 2010/07/07 01:30:33 chs Exp $
$NetBSD: syscalls.master,v 1.36 2011/04/10 15:48:46 christos Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@ -496,8 +496,8 @@
289 UNIMPL signalfd4
290 UNIMPL eventfd2
291 UNIMPL epoll_create1
292 UNIMPL dup3
293 UNIMPL pipe2
292 STD { int|linux_sys||dup3(int from, int to, int flags); }
293 STD { int|linux_sys||pipe2(int *pfds, int flags); }
294 UNIMPL inotify_init1
295 UNIMPL preadv
296 UNIMPL pwritev

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.103 2010/07/07 01:30:34 chs Exp $
$NetBSD: syscalls.master,v 1.104 2011/04/10 15:48:46 christos Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@ -509,8 +509,9 @@
327 UNIMPL signalfd4
328 UNIMPL eventfd2
329 UNIMPL epoll_create1
330 UNIMPL dup3
331 UNIMPL pipe2
330 STD { int|linux_sys||dup3(u_int from, u_int to, \
int flags); }
331 STD { int|linux_sys||pipe2( int *pfds, int flags); }
332 UNIMPL inotify_init1
333 UNIMPL preadv
334 UNIMPL pwritev