Commit 2ef7cdff by Ian Lance Taylor

runtime: Fix typo in go-nosys.c.

From Rainer Orth.

From-SVN: r184569
parent 44a5ddea
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment