]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: add mremap()
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Mon, 28 Apr 2025 12:40:05 +0000 (14:40 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Wed, 21 May 2025 13:32:03 +0000 (15:32 +0200)
commit55175d8659d22bfde30d4a1277328f090d8c0c2f
tree3d8e726b1d41541d0e26b077d4cbc03931b12839
parent2337d39f7233fc3fb9d90489f0d48904eb129a2e
tools/nolibc: add mremap()

This is used in various selftests and will be handy when integrating
those with nolibc.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20250428-nolibc-misc-v2-4-3c043eeab06c@linutronix.de
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/sys/mman.h
tools/testing/selftests/nolibc/nolibc-test.c