mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-27 05:54:58 +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 <dirent.h>
|
||||
|
||||
int test_alphasort(void) { return 2; }
|
||||
|
@@ -16,3 +16,5 @@
|
||||
*/
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
int test_closedir(void) { return 2; }
|
||||
|
@@ -16,3 +16,5 @@
|
||||
*/
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
int test_dirfd(void) { return 2; }
|
||||
|
@@ -16,3 +16,5 @@
|
||||
*/
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
int test_fdopendir(void) { return 2; }
|
||||
|
@@ -16,3 +16,5 @@
|
||||
*/
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
int test_opendir() { return 2; }
|
||||
|
@@ -16,3 +16,5 @@
|
||||
*/
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
int test_posix_getdents() { return 2; }
|
||||
|
@@ -16,3 +16,5 @@
|
||||
*/
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
int test_readdir() { return 2; }
|
||||
|
@@ -16,3 +16,5 @@
|
||||
*/
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
int test_readdir_r() { return 2; }
|
||||
|
@@ -16,3 +16,5 @@
|
||||
*/
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
int test_rewinddir() { return 2; }
|
||||
|
@@ -16,3 +16,5 @@
|
||||
*/
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
int test_scandir() { return 2; }
|
||||
|
@@ -16,3 +16,5 @@
|
||||
*/
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
int test_seekdir() { return 2; }
|
||||
|
@@ -16,3 +16,5 @@
|
||||
*/
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
int test_telldir() { return 2; }
|
||||
|
Reference in New Issue
Block a user