crosvm/sys_util/src
Daniel Verkamp 9ae286d008 sys_util: replace fallocate64 with libc call
Now that libc includes the fallocate64 function declaration that we
need, we can drop our own declaration and resolve the TODOs.

BUG=None
TEST=cargo build

Change-Id: I7548a561d672739fa7cdd7eb996ad2b2e307d69a
Signed-off-by: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1352866
Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Reviewed-by: Stephen Barber <smbarber@chromium.org>
2018-11-30 12:53:08 -08:00
..
errno.rs
eventfd.rs
file_flags.rs
file_sync.rs sys_util: add trait to fsync File and QcowFile 2018-10-26 17:19:10 -07:00
fork.rs
guest_address.rs
guest_memory.rs
handle_eintr.rs
ioctl.rs
lib.rs sys_util: replace fallocate64 with libc call 2018-11-30 12:53:08 -08:00
mmap.rs
passwd.rs
poll.rs
seek_hole.rs sys_util: add SeekHole trait 2018-10-18 19:01:06 -07:00
shm.rs
signal.rs
signalfd.rs
sock_ctrl_msg.rs sys_util: use checked arithmetic and alignment in sock_ctrl_msg 2018-10-12 18:54:59 -07:00
struct_util.rs
syslog.rs sys_util: simplify format string for Display impl for Priority 2018-10-12 11:43:28 -07:00
tempdir.rs
terminal.rs
timerfd.rs
write_zeroes.rs devices: virtio: block: ignore Discard failures 2018-10-19 12:19:41 -07:00