Module Name:    src
Committed By:   martin
Date:           Tue Feb 10 15:07:39 UTC 2015

Modified Files:
        src/sys/kern: syscalls.master

Log Message:
Mark posix_fallocate as NOERR


To generate a diff of this commit:
cvs rdiff -u -r1.270 -r1.271 src/sys/kern/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/kern/syscalls.master
diff -u src/sys/kern/syscalls.master:1.270 src/sys/kern/syscalls.master:1.271
--- src/sys/kern/syscalls.master:1.270	Fri Jul 25 08:25:47 2014
+++ src/sys/kern/syscalls.master	Tue Feb 10 15:07:39 2015
@@ -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); }

Reply via email to