[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v2] lib/vfs: expose additional vfs functions
Expose vfs functions needed by a number of external libraries (e.g., libuuid). Signed-off-by: Felipe Huici <felipe.huici@xxxxxxxxx> --- lib/vfscore/exportsyms.uk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lib/vfscore/exportsyms.uk b/lib/vfscore/exportsyms.uk index e2afafa7..98d4775d 100644 --- a/lib/vfscore/exportsyms.uk +++ b/lib/vfscore/exportsyms.uk @@ -22,6 +22,8 @@ read mkdir fsync fstat +flock +ftruncaate stat chmod dup @@ -33,3 +35,17 @@ vfscore_mount_dump umount umount2 unlink +getcwd +chown +fstatat +statfs +lstat +openat +opendir +readir +pread +pwrite +pwritev +readv +writev +truncate -- 2.11.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 |