about summary refs log tree commit diff
path: root/src/libstd/sys/unix/weak.rs
AgeCommit message (Expand)AuthorLines
2018-12-20Fix pipe2 and accept4 on static linked executables on linux (like musl).Adrian Budau-0/+52
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2016-04-04std: Fix linking against `signal` on AndroidAlex Crichton-7/+1
2016-02-05std: Add support for accept4 on LinuxAlex Crichton-1/+5
2016-02-05std: Add a helper for symbols that may not existAlex Crichton-0/+81