mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
tools/nolibc: add sys/types.h shim
This is the location regular userspace expects the header. Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Acked-by: Willy Tarreau <w@1wt.eu> Link: https://lore.kernel.org/r/20250416-nolibc-split-sys-v1-9-a069a3f1d145@linutronix.de Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
This commit is contained in:
parent
face777a44
commit
ffb94910c3
|
|
@ -49,6 +49,7 @@ all_files := \
|
|||
sys/stat.h \
|
||||
sys/syscall.h \
|
||||
sys/time.h \
|
||||
sys/types.h \
|
||||
time.h \
|
||||
types.h \
|
||||
unistd.h \
|
||||
|
|
|
|||
7
tools/include/nolibc/sys/types.h
Normal file
7
tools/include/nolibc/sys/types.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/* SPDX-License-Identifier: LGPL-2.1 OR MIT */
|
||||
/*
|
||||
* sys/types.h shim for NOLIBC
|
||||
* Copyright (C) 2025 Thomas Weißschuh <thomas.weissschuh@linutronix.de>
|
||||
*/
|
||||
|
||||
#include "../types.h"
|
||||
Loading…
Reference in New Issue
Block a user