Skip to content

Switch system call crates

Alex Martin requested to merge syscall-crate-switch into master

This MR modifies lens_syscalls to use the syscalls crate instead of the sc crate for internal system call handling, which significantly improves build time. It also adds a wrapper! macro used to generate system call wrapper functions.

Merge request reports