From 2ef7cdff1ee32d6fd8397d6229cc6410cb475ee0 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 25 Feb 2012 02:11:29 +0000 Subject: [PATCH] runtime: Fix typo in go-nosys.c. From Rainer Orth. From-SVN: r184569 --- libgo/runtime/go-nosys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgo/runtime/go-nosys.c b/libgo/runtime/go-nosys.c index b2829589b14..deacec50127 100644 --- a/libgo/runtime/go-nosys.c +++ b/libgo/runtime/go-nosys.c @@ -52,7 +52,7 @@ faccessat (int fd __attribute__ ((unused)), int fallocate (int fd __attribute__ ((unused)), int mode __attribute__ ((unused)), - off_t offset __attribute __ ((unused)), + off_t offset __attribute__ ((unused)), off_t len __attribute__ ((unused))) { errno = ENOSYS;