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 Reduce diffs between archs, add m...
details: https://anonhg.NetBSD.org/src/rev/1fb071395b8d
branches: trunk
changeset: 326746:1fb071395b8d
user: njoly <njoly%NetBSD.org@localhost>
date: Sat Feb 15 22:35:08 2014 +0000
description:
Reduce diffs between archs, add mincore/madvise to m68k.
diffstat:
sys/compat/linux/arch/m68k/syscalls.master | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r efbcf2f3c340 -r 1fb071395b8d sys/compat/linux/arch/m68k/syscalls.master
--- a/sys/compat/linux/arch/m68k/syscalls.master Sat Feb 15 22:32:26 2014 +0000
+++ b/sys/compat/linux/arch/m68k/syscalls.master Sat Feb 15 22:35:08 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index