| Submitter | Ian Taylor |
|---|---|
| Date | Feb. 8, 2012, 10:21 p.m. |
| Message ID | <mcrwr7xrmp3.fsf@dhcp-172-18-216-180.mtv.corp.google.com> |
| Download | mbox | patch |
| Permalink | /patch/140276/ |
| State | New |
| Headers | show |
Comments
Patch
diff -r 419efb0adfa7 libgo/go/os/dir_regfile.go --- a/libgo/go/os/dir_regfile.go Wed Feb 08 11:30:14 2012 -0800 +++ b/libgo/go/os/dir_regfile.go Wed Feb 08 14:19:55 2012 -0800 @@ -9,5 +9,5 @@ import "syscall" -// extern readdir_r +//extern readdir_r func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno