about summary refs log tree commit diff
path: root/src/libstd/sys/unix/process/process_unix.rs
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2020-07-07 15:56:07 -0700
committerDan Gohman <sunfish@mozilla.com>2020-07-07 16:04:52 -0700
commit58fc61b79cd15fdafad6e15991553f5c33422ade (patch)
tree7fa7e0535b0003ce049de6dd1bf35af1cf3bb863 /src/libstd/sys/unix/process/process_unix.rs
parent653c0912628382388ceb8a3cf29e88dad35b98ac (diff)
downloadrust-58fc61b79cd15fdafad6e15991553f5c33422ade.tar.gz
rust-58fc61b79cd15fdafad6e15991553f5c33422ade.zip
Make WASI's FileExt's read_at/write_at consistent with other targets.
Rename the existing read_at/write_at to read_vectored_at/write_vectored_at,
for consistency with libstd's read_vectored/write_vectored. And,
introduce new read_at/write_at functions which take a single buffer,
similar to all other targets which provide these functions, so this will
make it easier for applications to share code between WASI and other
targets.

Note that WASI's FileExt is currently unstable.
Diffstat (limited to 'src/libstd/sys/unix/process/process_unix.rs')
0 files changed, 0 insertions, 0 deletions