[PATCH 0/1] missing headers

vbe-sc vladislav.v.belov@yandex.ru
Wed Jan 28 11:36:41 GMT 2026


It's inconvenient for users to have headers that implicitly depend on other
headers. For example, to use stdatomic.h, a user must include stdint.h first.
For projects where quick code modification is not an option, this can be a
critical issue.

The following patch fixes this problem.

vbe-sc (1):
  newlib: libc: add several missing headers

 newlib/libc/include/regex.h     | 1 +
 newlib/libc/include/stdatomic.h | 2 ++
 newlib/libc/include/sys/utime.h | 2 ++
 3 files changed, 5 insertions(+)

-- 
2.34.1



More information about the Newlib mailing list