Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux/arch/powerpc Add accept4



details:   https://anonhg.NetBSD.org/src/rev/a4d37d912404
branches:  trunk
changeset: 821381:a4d37d912404
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Feb 03 07:57:11 2017 +0000

description:
Add accept4

diffstat:

 sys/compat/linux/arch/powerpc/syscalls.master |  27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diffs (38 lines):

diff -r 1ffdd4141cf4 -r a4d37d912404 sys/compat/linux/arch/powerpc/syscalls.master
--- a/sys/compat/linux/arch/powerpc/syscalls.master     Fri Feb 03 07:54:39 2017 +0000
+++ b/sys/compat/linux/arch/powerpc/syscalls.master     Fri Feb 03 07:57:11 2017 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.70 2017/01/02 16:32:10 manu Exp $  
+       $NetBSD: syscalls.master,v 1.71 2017/02/03 07:57:11 martin Exp $  
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -542,3 +542,28 @@
 320    UNIMPL          preadv
 321    UNIMPL          pwritev
 322    UNIMPL          rt_tgsigqueueinfo
+323    UNIMPL
+324    UNIMPL
+325    UNIMPL
+326    UNIMPL
+327    UNIMPL
+328    UNIMPL
+329    UNIMPL
+330    UNIMPL
+331    UNIMPL
+332    UNIMPL
+333    UNIMPL
+334    UNIMPL
+335    UNIMPL
+336    UNIMPL
+337    UNIMPL
+338    UNIMPL
+339    UNIMPL
+340    UNIMPL
+341    UNIMPL
+342    UNIMPL
+343    UNIMPL
+344    STD             { int|linux_sys||accept4(int s, \
+                           struct osockaddr *name, \
+                           int *anamelen, int flags); }
+



Home | Main Index | Thread Index | Old Index