[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/NEWLIB PATCH v2 0/2] fix build with new vfscore
This series is Newlib-side modifications required to build newlib with new version of vfscore Changes since v1: - remove nop __NEED_* defines - check if __rtems__ was not defined beforehand - better style - fix typos Yuri Volchkov (2): update newlib glue for use with vfscore add declarations needed for vfscore in the gluecode file.c | 37 --------------- include/fcntl.h | 36 ++++++++++++++ include/sys/mount.h | 109 +++++++++++++++++++++++++++++++++++++++++++ include/sys/param.h | 8 ++++ include/sys/stat.h | 15 ++++++ include/sys/statfs.h | 36 ++++++++++++++ include/sys/uio.h | 67 ++++++++++++++++++++++++++ plat.c | 6 +++ 8 files changed, 277 insertions(+), 37 deletions(-) create mode 100644 include/fcntl.h create mode 100644 include/sys/mount.h create mode 100644 include/sys/param.h create mode 100644 include/sys/stat.h create mode 100644 include/sys/statfs.h create mode 100644 include/sys/uio.h -- 2.19.2 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |