Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
1f156c352ca64194f7d41ba3d8ab9ac511673156
/
.
/
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
.