commit | 9dcbfa8bf23fb73a0d4ab14f93e1f14fb07022c8 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Wed Dec 27 22:08:48 2023 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jan 26 07:48:55 2024 -0500 |
tree | 318ae7bab8e7afe9bf8a9f5cc9121c76617f1a1a | |
parent | 4ff79cb74ac7c68957ce9a41847da4955dcb2721 [diff] |
libc/picolibc: Remove the global definition of _POSIX_C_SOURCE This was necessary to get Picolibc to expose the whole Zephyr C library API, but current versions of the SDK use a version of Picolibc with built-in Zephyr support. Signed-off-by: Keith Packard <keithp@keithp.com>