runtime: Fix typo in go-nosys.c.

From Rainer Orth.

From-SVN: r184569
This commit is contained in:
Ian Lance Taylor 2012-02-25 02:11:29 +00:00
parent 44a5ddea05
commit 2ef7cdff1e
1 changed files with 1 additions and 1 deletions

View 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;