about summary refs log tree commit diff
path: root/library/std/src/sys/vxworks/fs.rs
AgeCommit message (Collapse)AuthorLines
2020-10-16Take sys/vxworks/{fd,fs,io} from sys/unix instead.Mara Bos-624/+0
2020-10-09unix/vxworks: make DirEntry slightly smallerJosh Stone-4/+3
`DirEntry` contains a `ReadDir` handle, which used to just be a wrapper on `Arc<InnerReadDir>`. Commit af75314ecdbc5 added `end_of_stream: bool` which is not needed by `DirEntry`, but adds 8 bytes after padding. We can let `DirEntry` have an `Arc<InnerReadDir>` directly to avoid that.
2020-07-27mv std libs to library/mark-0/+625