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
194 B
Plaintext
9 lines
194 B
Plaintext
# Copyright (c) 2023 Meta
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
TYPE = PTHREAD_SPINLOCK
|
|
type = pthread_spinlock_t
|
|
type-function = pthread_spin_lock
|
|
rsource "Kconfig.template.pooled_ipc_type"
|