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/m68k Add accept4



details:   https://anonhg.NetBSD.org/src/rev/b7a513c8261b
branches:  trunk
changeset: 821379:b7a513c8261b
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Feb 03 07:54:26 2017 +0000

description:
Add accept4

diffstat:

 sys/compat/linux/arch/m68k/syscalls.master |  30 +++++++++++++++++++++++++++++-
 1 files changed, 29 insertions(+), 1 deletions(-)

diffs (41 lines):

diff -r 152bcc5cda23 -r b7a513c8261b sys/compat/linux/arch/m68k/syscalls.master
--- a/sys/compat/linux/arch/m68k/syscalls.master        Fri Feb 03 07:42:43 2017 +0000
+++ b/sys/compat/linux/arch/m68k/syscalls.master        Fri Feb 03 07:54:26 2017 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.91 2017/01/02 16:32:09 manu Exp $
+       $NetBSD: syscalls.master,v 1.92 2017/02/03 07:54:26 martin Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -558,3 +558,31 @@
 334    UNIMPL          get_thread_area
 335    UNIMPL          atomic_cmpxchg_32
 336    UNIMPL          atomic_barrier
+337    UNIMPL
+338    UNIMPL
+339    UNIMPL
+340    UNIMPL
+341    UNIMPL
+342    UNIMPL
+343    UNIMPL
+344    UNIMPL
+345    UNIMPL
+346    UNIMPL
+347    UNIMPL
+348    UNIMPL
+349    UNIMPL
+350    UNIMPL
+351    UNIMPL
+352    UNIMPL
+353    UNIMPL
+354    UNIMPL
+355    UNIMPL
+356    UNIMPL
+357    UNIMPL
+358    UNIMPL
+359    UNIMPL
+360    UNIMPL
+361    STD             { int|linux_sys||accept4(int s, \
+                           struct osockaddr *name, \
+                           int *anamelen, int flags); }
+



Home | Main Index | Thread Index | Old Index