aboutsummaryrefslogtreecommitdiff
path: root/libgo
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2012-02-25 02:11:29 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2012-02-25 02:11:29 +0000
commit2ef7cdff1ee32d6fd8397d6229cc6410cb475ee0 (patch)
tree001067c6b3e6df353680afe0e128e94d86cb51bb /libgo
parent44a5ddea05f43b1915fd34ed49e011776156ceeb (diff)
downloadgcc-2ef7cdff1ee32d6fd8397d6229cc6410cb475ee0.zip
gcc-2ef7cdff1ee32d6fd8397d6229cc6410cb475ee0.tar.gz
gcc-2ef7cdff1ee32d6fd8397d6229cc6410cb475ee0.tar.bz2
runtime: Fix typo in go-nosys.c.
From Rainer Orth. From-SVN: r184569
Diffstat (limited to 'libgo')
-rw-r--r--libgo/runtime/go-nosys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/runtime/go-nosys.c b/libgo/runtime/go-nosys.c
index b282958..deacec5 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;