Previously, the POSIX shell utilities were intermixed with the POSIX API implementation. The POSIX shell utilities only depend on the public POSIX API, so it makes sense to keep them in a separate subdirectory. Signed-off-by: Christopher Friedt <cfriedt@meta.com>
9 lines
225 B
Text
9 lines
225 B
Text
# Copyright (c) 2017 Intel Corporation
|
|
# Copyright (c) 2023 Meta
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
TYPE = PTHREAD_COND
|
|
type = pthread_cond_t
|
|
type-function = pthread_cond_wait
|
|
rsource "Kconfig.template.pooled_ipc_type"
|