projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5371f71
)
os: Fix typo in //extern comment.
author
Ian Lance Taylor
<ian@gcc.gnu.org>
Wed, 8 Feb 2012 22:21:04 +0000
(22:21 +0000)
committer
Ian Lance Taylor
<ian@gcc.gnu.org>
Wed, 8 Feb 2012 22:21:04 +0000
(22:21 +0000)
From-SVN: r184023
libgo/go/os/dir_regfile.go
patch
|
blob
|
history
diff --git
a/libgo/go/os/dir_regfile.go
b/libgo/go/os/dir_regfile.go
index 22cd33f2e203b097d93b0e22e876940b470417d5..e5f7c5745d5c571180d4c8eaf4857985c77cd2c8 100644
(file)
--- a/
libgo/go/os/dir_regfile.go
+++ b/
libgo/go/os/dir_regfile.go
@@
-9,5
+9,5
@@
package os
import "syscall"
-//
extern readdir_r
+//extern readdir_r
func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno