summary refs log tree commit diff
path: root/library/std/src/sys/unix/android.rs
AgeCommit message (Collapse)AuthorLines
2021-07-10Change `weak!` and `linkat!` to macros 2.0Aris Merchant-1/+1
`weak!` is needed in a test in another module. With macros 1.0, importing `weak!` would require reordering module declarations in `std/src/lib.rs`, which is a bit too evil.
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-3/+3
2020-07-27mv std libs to library/mark-0/+167