[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/NEWLIB PATCH] Remove readdir stub function
Thanks, Florian! Reviewed-by: Costin Lupu <costin.lupu@xxxxxxxxx> On 4/12/19 10:09 AM, Florian Schmidt wrote: > 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; > _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |