Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Mark posix_fallocate as NOERR
details: https://anonhg.NetBSD.org/src/rev/94afe4f167a5
branches: trunk
changeset: 336074:94afe4f167a5
user: martin <martin%NetBSD.org@localhost>
date: Tue Feb 10 15:07:39 2015 +0000
description:
Mark posix_fallocate as NOERR
diffstat:
sys/kern/syscalls.master | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9ccc6ecce3ad -r 94afe4f167a5 sys/kern/syscalls.master
--- a/sys/kern/syscalls.master Mon Feb 09 22:44:34 2015 +0000
+++ b/sys/kern/syscalls.master Tue Feb 10 15:07:39 2015 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.270 2014/07/25 08:25:47 dholland Exp $
+ $NetBSD: syscalls.master,v 1.271 2015/02/10 15:07:39 martin Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -944,7 +944,7 @@
478 STD { int|sys|60|_lwp_park(clockid_t clock_id, int flags, \
const struct timespec *ts, lwpid_t unpark, \
const void *hint, const void *unparkhint); }
-479 STD RUMP { int|sys||posix_fallocate(int fd, int PAD, off_t pos, \
+479 NOERR RUMP { int|sys||posix_fallocate(int fd, int PAD, off_t pos, \
off_t len); }
480 STD RUMP { int|sys||fdiscard(int fd, int PAD, off_t pos, \
off_t len); }
Home |
Main Index |
Thread Index |
Old Index