[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT/NEWLIB PATCH 0/5] Fix compilation warnings with Python 3



This series depends on the 'Make changes for fixing compilation warnings with
Python 3' series for Unikraft core. It basically skips using newlib's time
headers and uses the Unikraft ones instead. The last two patches fix other (not
time related) compilation warnings. 

Costin Lupu (5):
  Introduce <uk/_types.h> header for basic types defined by Unikraft
  Use our own <time.h> and <sys/time.h> headers
  Provide our own <timespec.h> and <_timespec.h> headers
  Introduce <sys/unistd.h> for including both newlib and Unikraft
    definitions
  Fix some other missing header inclusions

 include/sys/_timespec.h |  6 +++++
 include/sys/_types.h    | 48 +++++++++++++++++++++++++++++++++++
 include/sys/time.h      | 42 +++++++++++++++++++++++++++++++
 include/sys/timespec.h  |  6 +++++
 include/sys/uio.h       |  2 ++
 include/sys/unistd.h    | 44 ++++++++++++++++++++++++++++++++
 include/sys/wait.h      |  4 +++
 include/time.h          | 28 ++++++++++++++++++++-
 include/uk/_timespec.h  | 11 ++++++++
 include/uk/_types.h     | 56 +++++++++++++++++++++++++++++++++++++++++
 resource.c              |  1 +
 11 files changed, 247 insertions(+), 1 deletion(-)
 create mode 100644 include/sys/_timespec.h
 create mode 100644 include/sys/_types.h
 create mode 100644 include/sys/time.h
 create mode 100644 include/sys/timespec.h
 create mode 100644 include/sys/unistd.h
 create mode 100644 include/uk/_timespec.h
 create mode 100644 include/uk/_types.h

-- 
2.20.1


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.