Files
esp-idf/components/esp_libc
idy ed92ba1e24 fix(esp_libc): limit timespec_get test to picolibc
The regression test was compiled by Newlib configurations even though that
libc does not expose TIME_UTC or timespec_get in the selected toolchain.

- Guard the test with CONFIG_LIBC_PICOLIBC
- Label the case as a Picolibc-specific regression

Generated with [Codex](https://github.com/openai)
2026-08-28 08:12:23 +02:00
..