Browse Source

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>
pull/86153/head
Benjamin Cabé 5 months ago committed by Fabio Baltieri
parent
commit
0c2c0c4328
  1. 4
      lib/libc/minimal/include/sys/cdefs.h

4
lib/libc/minimal/include/sys/cdefs.h

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
/**
* This file is intentionally empty.
* It allows code including it to compile with the minimal libc.
*/
Loading…
Cancel
Save