]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: process open() vararg as mode_t
authorLouis Taylor <louis@kragniz.eu>
Thu, 6 Mar 2025 18:41:20 +0000 (18:41 +0000)
committerThomas Weißschuh <linux@weissschuh.net>
Thu, 6 Mar 2025 21:30:21 +0000 (22:30 +0100)
commit90e1f9f7440cba79716a9d5b0c9df2ce6a661197
tree59639f024e56914ba3bdf184c94f7ae16750fd61
parentfbd4f52f5bf76e6ef63d7ebee16d404c6c8cfebb
tools/nolibc: process open() vararg as mode_t

openat() uses mode_t for this, so also update open() to be consistent.

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