enarx-archive / sallyport

API for the hypervisor-microkernel boundary
Apache License 2.0
7 stars 6 forks source link

[Feature]: Change type of `SYS_*` constants to `usize` #125

Closed rvolosatovs closed 2 years ago

rvolosatovs commented 2 years ago

Is there an existing issue for this?

Description

Change type of SYS_* constants to usize, that will let us clean up a lot of code

Acceptance Criteria

No response

Suggestions for a technical implementation

No response

rvolosatovs commented 2 years ago

We shouldn't do this, since libc module is temporary and it would complicate migration to core::ffi::*