Skip to content

Commit

Permalink
Merge pull request #1556 from jethrogb/patch-2
Browse files Browse the repository at this point in the history
Typo in link in RFC 1415
  • Loading branch information
alexcrichton committed Mar 24, 2016
2 parents 4b4fd51 + 9951aae commit 3d81702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/1415-trim-std-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d81702

Please sign in to comment.