[PATCH 0/1] tools/nolibc: Support centos-7

From: Rodrigo Campos
Date: Tue Sep 26 2023 - 09:39:11 EST


I was trying to use nolibc in runc[1] and I found that it doesn't work on
centos-7.

I don't know if you care about centos-7 support, let me know. But the fix is so
simple, that I'm just sending it.


Best,
Rodrigo

[1]: https://github.com/opencontainers/runc/pull/4024/

Rodrigo Campos (1):
tools/nolibc: Add workarounds for centos-7

tools/include/nolibc/statx.h | 218 +++++++++++++++++++++++++++++++++++
tools/include/nolibc/sys.h | 2 +-
tools/include/nolibc/types.h | 2 +-
3 files changed, 220 insertions(+), 2 deletions(-)
create mode 100644 tools/include/nolibc/statx.h

--
2.40.1