[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH 1/1] lib/vfs: expose remaining vfs functions
Hey, I've just noticed that rename is already defined in newlib(it is not stubbed). I'll resend a v2 with that symbol removed. Vlad On 4/18/19 1:41 PM, Vlad-Andrei BĂDOIU (78692) wrote: > Expose the remaining non stubbed posix functions. > > Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@xxxxxxxxxxxxxxx> > --- > lib/vfscore/exportsyms.uk | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) > > diff --git a/lib/vfscore/exportsyms.uk b/lib/vfscore/exportsyms.uk > index a023406e..9de58d72 100644 > --- a/lib/vfscore/exportsyms.uk > +++ b/lib/vfscore/exportsyms.uk > @@ -16,6 +16,7 @@ vfscore_vop_einval > vfscore_vop_eperm > vfscore_vop_erofs > open > +creat > write > close > read > @@ -23,9 +24,12 @@ mkdir > fsync > fstat > flock > +lseek > ftruncate > stat > chmod > +fchmod > +fchmod > dup > dup2 > dup3 > @@ -34,18 +38,40 @@ sync > vfscore_mount_dump > umount > umount2 > +link > unlink > getcwd > chown > +chdir > fstatat > statfs > lstat > openat > opendir > readdir > +closedir > pread > pwrite > pwritev > readv > writev > truncate > +mknod > +preadv > +ioctl > +fdatasync > +fdopendir > +dirfd > +rewinddir > +telldir > +seekdir > +rmdir > +rename > +fchdir > +symlink > +statvfs > +fstatvfs > +access > +faccessat > +readlink > +fallocate _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |