|
# 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
|