Use build assert to make sure that the realtime signal constants are configured properly in the Kconfig. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
14 lines
266 B
Plaintext
14 lines
266 B
Plaintext
# Copyright (c) 2023 Meta
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if POSIX_SIGNAL
|
|
config POSIX_LIMITS_RTSIG_MAX
|
|
int "_POSIX_RTSIG_MAX value in limits.h"
|
|
default 8
|
|
help
|
|
Define the _POSIX_RTSIG_MAX value in limits.h.
|
|
IEEE 1003.1 defines this to be 8.
|
|
|
|
endif
|