]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: move getrlimit() and friends to sys/resource.h
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 15 May 2025 19:57:51 +0000 (21:57 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Wed, 21 May 2025 13:32:21 +0000 (15:32 +0200)
commit9089524753b480b7a169004c46296d1e45103a31
tree951bc6be0cefdb76c21af39ec83a0e7dda37908d
parent2efb9050909f1fc0db39b2600bada8341ebc56c3
tools/nolibc: move getrlimit() and friends to sys/resource.h

This is the location regular userspace expects these definitions.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20250515-nolibc-sys-v1-5-74f82eea3b59@weissschuh.net
tools/include/nolibc/Makefile
tools/include/nolibc/nolibc.h
tools/include/nolibc/sys.h
tools/include/nolibc/sys/resource.h [new file with mode: 0644]
tools/include/nolibc/types.h