Warning: That file was not part of the compilation database. It may have many parsing errors.
| 1 | /* SPDX-License-Identifier: LGPL-2.1 OR MIT */ |
|---|---|
| 2 | /* |
| 3 | * sys/types.h shim for NOLIBC |
| 4 | * Copyright (C) 2025 Thomas Weißschuh <thomas.weissschuh@linutronix.de> |
| 5 | */ |
| 6 | |
| 7 | #include "../types.h" |
| 8 |
Warning: That file was not part of the compilation database. It may have many parsing errors.
