[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/NEWLIB PATCH] Remove stub for opendir
Reviewed-by: Costin Lupu <costin.lupu@xxxxxxxxx> On 4/5/19 9:25 PM, Felipe Huici wrote: > The opendir function is now provided by Unikraft's vfs library, > remove the stub from newlib to prevent multiple definition errors. > > Signed-off-by: Felipe Huici <felipe.huici@xxxxxxxxx> > --- > file.c | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/file.c b/file.c > index 05d29b5..9b6305f 100644 > --- a/file.c > +++ b/file.c > @@ -81,11 +81,6 @@ struct dirent *readdir(DIR *dirp __unused) > return NULL; > } > > -DIR *opendir(const char *dirname __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 |