mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-26 07:35:24 +08:00
runtime: Fix typo in go-nosys.c.
From Rainer Orth. From-SVN: r184569
This commit is contained in:
parent
44a5ddea05
commit
2ef7cdff1e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user