Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
5233a4fa92124d0b505e5e8ef9ee3d668cab30e1
/
.
/
lib
/
posix
/
options
/
Kconfig.confstr
blob: 154f14f2d525124f19aebbf99d5033398968f858 [
file
] [
log
] [
blame
]
# Copyright (c) 2024, Meta
#
# SPDX-License-Identifier: Apache-2.0
config POSIX_CONFSTR
bool
"Retrieve string system configuration"
default
y
if
POSIX_API
help
This
enables the POSIX confstr
()
function
.