Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Add __posix_rename as a rump syscall
details: https://anonhg.NetBSD.org/src/rev/7fb15d12633b
branches: trunk
changeset: 337258:7fb15d12633b
user: justin <justin%NetBSD.org@localhost>
date: Wed Apr 08 13:24:25 2015 +0000
description:
Add __posix_rename as a rump syscall
diffstat:
sys/kern/syscalls.master | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8dd54756b0a7 -r 7fb15d12633b sys/kern/syscalls.master
--- a/sys/kern/syscalls.master Wed Apr 08 13:24:23 2015 +0000
+++ b/sys/kern/syscalls.master Wed Apr 08 13:24:25 2015 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.272 2015/02/22 00:50:30 christos Exp $
+ $NetBSD: syscalls.master,v 1.273 2015/04/08 13:24:25 justin Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -523,7 +523,7 @@
267 UNIMPL
268 UNIMPL
269 UNIMPL
-270 STD { int|sys||__posix_rename(const char *from, \
+270 STD RUMP { int|sys||__posix_rename(const char *from, \
const char *to); }
271 STD { int|sys||swapctl(int cmd, void *arg, int misc); }
272 COMPAT_30 MODULAR { int|sys||getdents(int fd, char *buf, size_t count); }
Home |
Main Index |
Thread Index |
Old Index