]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: always use openat(2) instead of open(2)
authorLouis Taylor <louis@kragniz.eu>
Thu, 6 Mar 2025 18:41:19 +0000 (18:41 +0000)
committerThomas Weißschuh <linux@weissschuh.net>
Thu, 6 Mar 2025 21:30:20 +0000 (22:30 +0100)
commitfbd4f52f5bf76e6ef63d7ebee16d404c6c8cfebb
treef270779192da042b5cda6aba00e4dffe885cf688
parentb2edaad7f5192a79384b7d0bec62312b668da463
tools/nolibc: always use openat(2) instead of open(2)

All architectures support openat, so we don't need to make its use
conditional.

Signed-off-by: Louis Taylor <louis@kragniz.eu>
Link: https://lore.kernel.org/r/20250306184147.208723-2-louis@kragniz.eu
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/sys.h