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 Add accept4 definitions



details:   https://anonhg.NetBSD.org/src/rev/e543ffbe5402
branches:  trunk
changeset: 351125:e543ffbe5402
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Feb 03 06:06:08 2017 +0000

description:
Add accept4 definitions

diffstat:

 sys/compat/linux/arch/alpha/syscalls.master |  14 +++++++++++++-
 sys/compat/linux/arch/arm/syscalls.master   |   6 ++++--
 2 files changed, 17 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r 190d94411e18 -r e543ffbe5402 sys/compat/linux/arch/alpha/syscalls.master
--- a/sys/compat/linux/arch/alpha/syscalls.master       Thu Feb 02 22:07:33 2017 +0000
+++ b/sys/compat/linux/arch/alpha/syscalls.master       Fri Feb 03 06:06:08 2017 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.92 2017/01/02 16:32:09 manu Exp $
+       $NetBSD: syscalls.master,v 1.93 2017/02/03 06:06:08 martin Exp $
 ;
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -771,3 +771,15 @@
 491    UNIMPL          pwritev
 492    UNIMPL          rt_tgsigqueueinfo
 493    UNIMPL          perf_counter_open
+494    UNIMPL
+495    UNIMPL
+496    UNIMPL
+497    UNIMPL
+498    UNIMPL
+499    UNIMPL
+500    UNIMPL
+501    UNIMPL
+502    STD             { int|linux_sys||accept4(int s, \
+                           struct osockaddr *name, \
+                           int *anamelen, int flags); }
+
diff -r 190d94411e18 -r e543ffbe5402 sys/compat/linux/arch/arm/syscalls.master
--- a/sys/compat/linux/arch/arm/syscalls.master Thu Feb 02 22:07:33 2017 +0000
+++ b/sys/compat/linux/arch/arm/syscalls.master Fri Feb 03 06:06:08 2017 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.65 2017/01/02 16:32:09 manu Exp $
+       $NetBSD: syscalls.master,v 1.66 2017/02/03 06:06:09 martin Exp $
 
 ; Derived from sys/compat/linux/arch/*/syscalls.master
 ; and from Linux 2.4.12 arch/arm/kernel/calls.S
@@ -570,7 +570,9 @@
 363    UNIMPL          rt_tgsigqueueinfo
 364    UNIMPL          perf_counter_open
 365    UNIMPL          recvmmsg
-366    UNIMPL
+366    STD             { int|linux_sys||accept4(int s, \
+                           struct osockaddr *name, \
+                           int *anamelen, int flags); }
 367    UNIMPL
 368    UNIMPL
 369    UNIMPL



Home | Main Index | Thread Index | Old Index