Re: [PATCH v3 1/5] tools/nolibc: add support for openat(2)

2025-03-06 Thread Thomas Weißschuh
On Thu, 06 Mar 2025 18:41:18 +, Louis Taylor wrote: > openat is useful to avoid needing to construct relative paths, so expose > a wrapper for using it directly. > > Applied, thanks! [1/5] tools/nolibc: add support for openat(2) commit: b2edaad7f5192a79384b7d0bec62312b668da463 [2/5]

[PATCH v3 1/5] tools/nolibc: add support for openat(2)

2025-03-06 Thread Louis Taylor
openat is useful to avoid needing to construct relative paths, so expose a wrapper for using it directly. Signed-off-by: Louis Taylor --- tools/include/nolibc/sys.h | 25 tools/testing/selftests/nolibc/nolibc-test.c | 17 + 2 files changed, 42 i