|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/NEWLIB PATCH] Remove readdir stub function
This is provided by vfscore, on which newlib has a dependency.
Signed-off-by: Florian Schmidt <florian.schmidt@xxxxxxxxx>
---
file.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/file.c b/file.c
index 9b6305f..8bb4a01 100644
--- a/file.c
+++ b/file.c
@@ -76,11 +76,6 @@ void rewinddir(DIR *dirp __unused)
{
}
-struct dirent *readdir(DIR *dirp __unused)
-{
- return NULL;
-}
-
DIR *fdopendir(int fd __unused)
{
return NULL;
--
2.21.0
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |