]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
runtime: Fix typo in go-nosys.c.
authorIan Lance Taylor <ian@gcc.gnu.org>
Sat, 25 Feb 2012 02:11:29 +0000 (02:11 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Sat, 25 Feb 2012 02:11:29 +0000 (02:11 +0000)
From Rainer Orth.

From-SVN: r184569

libgo/runtime/go-nosys.c

index b2829589b1490f5e1dd90a1b422aa9e85dbb8b1b..deacec50127fb0dad365e824138131e46e223cc0 100644 (file)
@@ -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;