-
- Downloads
Merge #715
715: Replace use of internal syscalls r=mkroening a=nathanwhyte Closes #676 I found no internal uses of `__sys_realloc()` or `__sys_free()` anywhere. I did find one reference to `__sys_shutdown()`: https://github.com/hermitcore/libhermit-rs/blob/df7483de1b762c570f5d52e48fc396cdb739a12d/src/arch/x86_64/kernel/processor.rs#L832-L836 It doesn't redirect to any functions in [`lib.rs`](https://github.com/hermitcore/libhermit-rs/blob/master/src/lib.rs ) like `__sys_malloc()` does. Does it need to be replaced as well? Co-authored-by:Nathan Whyte <nathanwhyte35@gmail.com>
Branches
Tags
Please register or sign in to comment