[PATCH 0/1] missing headers

vbe-sc <[email protected]> Wed, 28 Jan 2026 14:36:41 +0300
Newsgroups gmane.comp.lib.newlib
Message-ID <[email protected]>
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