Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in link in RFC 1415 #1556

Merged
merged 1 commit into from
Mar 24, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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