about summary refs log tree commit diff
path: root/library/std/src/os/emscripten/raw.rs
AgeCommit message (Collapse)AuthorLines
2025-01-01Avoid use of LFS64 symbols on EmscriptenKleis Auke Wolthuizen-2/+0
Since Emscripten uses musl libc internally. Non-functional change: all LFS64 symbols were aliased to their non-LFS64 counterparts in rust-lang/libc@7c952dceaad4cdc35e00884fcb12a713d41a87e0.
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-5/+5
2021-05-11Remove an invalid `#[doc(inline)]`LeSeulArtichaut-1/+0
2020-07-27mv std libs to library/mark-0/+81