Typo in link in RFC 1415

This commit is contained in:
jethrogb 2016-03-24 13:09:29 -07:00
parent 4b4fd5146c
commit 9951aae5b7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ This strategy, however, runs into a few problems:
this, however, would [involve changing the `stat`
structure][libc-stat-change] and may be difficult to do.
* Trait extensions in the `raw` module attempt to return the `libc` aliased type
on all platforms, for example [`DirEntryExt::ino`][std-nio] returns a type of
on all platforms, for example [`DirEntryExt::ino`][std-ino] returns a type of
`ino_t`. The `ino_t` type is billed as being FFI compatible with the libc
`ino_t` type, but not all platforms store the `d_ino` field in `dirent` with
the `ino_t` type. For example on Android the [definition of