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

Message ID 20230926133647.467179-1-rodrigo@sdfg.com.ar
Headers
Series tools/nolibc: Support centos-7 |

Message

Rodrigo Campos Sept. 26, 2023, 1:36 p.m. UTC
  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