mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-13 00:09:16 +00:00
userspace/libc_test: add test functions for various libc components
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -16,3 +16,5 @@
|
||||
*/
|
||||
|
||||
#include <fcntl.h>
|
||||
|
||||
int test_openat() { return 2; }
|
||||
|
Reference in New Issue
Block a user