zephyr/lib/libc/minimal/include/sys/cdefs.h
Benjamin Cabé 0c2c0c4328 libc: add comment to empty sys/cdefs.h file
This documents the reason to exist for this otherwise odd-looking empty
header file.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2025-02-21 15:13:20 +00:00

5 lines
110 B
C

/**
* This file is intentionally empty.
* It allows code including it to compile with the minimal libc.
*/