[0/1] missing headers

Message ID 20260128113642.10593-1-vladislav.v.belov@yandex.ru
Headers
Series missing headers |

Message

vbe-sc Jan. 28, 2026, 11:36 a.m. UTC
  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(+)