os: Fix typo in //extern comment.
From-SVN: r184023
This commit is contained in:
parent
5371f7195e
commit
09839cde4c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue