From: Ian Lance Taylor Date: Sat, 25 Feb 2012 02:11:29 +0000 (+0000) Subject: runtime: Fix typo in go-nosys.c. X-Git-Tag: releases/gcc-4.7.0~211 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ef7cdff1ee32d6fd8397d6229cc6410cb475ee0;p=thirdparty%2Fgcc.git runtime: Fix typo in go-nosys.c. From Rainer Orth. From-SVN: r184569 --- diff --git a/libgo/runtime/go-nosys.c b/libgo/runtime/go-nosys.c index b2829589b149..deacec50127f 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;