projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44a5dde
)
runtime: Fix typo in go-nosys.c.
author
Ian Lance Taylor
<ian@gcc.gnu.org>
Sat, 25 Feb 2012 02:11:29 +0000
(
02:11
+0000)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/libgo/runtime/go-nosys.c
b/libgo/runtime/go-nosys.c
index b2829589b1490f5e1dd90a1b422aa9e85dbb8b1b..deacec50127fb0dad365e824138131e46e223cc0 100644
(file)
--- 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;