mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-12 15:59:17 +00:00
userspace/test: implement more tests in libc_test
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -17,4 +17,9 @@
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
int test_readdir_r() { return 2; }
|
||||
/* https://pubs.opengroup.org/onlinepubs/9799919799/functions/readdir_r.html */
|
||||
|
||||
int test_readdir_r()
|
||||
{
|
||||
return 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user