Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information