enarx-archive / sallyport

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

fix: remove `libc` function bindings #129

Closed rvolosatovs closed 2 years ago

rvolosatovs commented 2 years ago

Refs #126

I still think we should rely on upstream libc in tests completely to test e.g. the validity of duplicated constants on particular platform the test is run on.

cc @rjzak