projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
377d979
)
runtime: Fix typo in dup3 fallback implementation.
author
Ian Lance Taylor
<ian@gcc.gnu.org>
Fri, 18 Oct 2013 13:26:40 +0000
(13:26 +0000)
committer
Ian Lance Taylor
<ian@gcc.gnu.org>
Fri, 18 Oct 2013 13:26:40 +0000
(13:26 +0000)
From Uros Bizjak.
From-SVN: r203820
libgo/runtime/go-nosys.c
patch
|
blob
|
history
diff --git
a/libgo/runtime/go-nosys.c
b/libgo/runtime/go-nosys.c
index f389dbe0cbe106fd198b2dec4146aa03f1729a6b..0a94de0523e1bf8500db316657ecfbce24260ef8 100644
(file)
--- a/
libgo/runtime/go-nosys.c
+++ b/
libgo/runtime/go-nosys.c
@@
-47,7
+47,7
@@
accept4 (int sockfd __attribute__ ((unused)),
int
dup3 (int oldfd __attribute__ ((unused)),
int newfd __attribute__ ((unused)),
- int flags __attrib
tu
e__ ((unused)))
+ int flags __attrib
ut
e__ ((unused)))
{
errno = ENOSYS;
return -1;