Module Name:    src
Committed By:   njoly
Date:           Sat Feb 15 22:35:08 UTC 2014

Modified Files:
        src/sys/compat/linux/arch/m68k: syscalls.master

Log Message:
Reduce diffs between archs, add mincore/madvise to m68k.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/compat/linux/arch/m68k/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/linux/arch/m68k/syscalls.master
diff -u src/sys/compat/linux/arch/m68k/syscalls.master:1.80 src/sys/compat/linux/arch/m68k/syscalls.master:1.81
--- src/sys/compat/linux/arch/m68k/syscalls.master:1.80	Tue Dec 24 13:41:25 2013
+++ src/sys/compat/linux/arch/m68k/syscalls.master	Sat Feb 15 22:35:08 2014
@@ -1,4 +1,4 @@
-	$NetBSD: syscalls.master,v 1.80 2013/12/24 13:41:25 njoly Exp $
+	$NetBSD: syscalls.master,v 1.81 2014/02/15 22:35:08 njoly Exp $
 
 ;	@(#)syscalls.master	8.1 (Berkeley) 7/19/93
 
@@ -424,8 +424,8 @@
 			    const struct linux_timespec *timeout, int *uaddr2, \
 			    int val3); }
 236	UNIMPL		sendfile64
-237	UNIMPL		mincore
-238	UNIMPL		madvise
+237	NOARGS		{ int|sys||mincore(void *addr, size_t len, char *vec); }
+238	NOARGS		{ int|sys||madvise(void *addr, size_t len, int behav); }
 239	STD		{ int|linux_sys||fcntl64(int fd, int cmd, void *arg); }
 240	UNIMPL		readahead
 241	UNIMPL		io_setup

Reply via email to