commit | e2fc78af23039ce02413211c7d055657c79c68a2 | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Mon May 20 21:51:50 2024 -0400 |
committer | David Leach <david.leach@nxp.com> | Tue Jun 04 16:27:12 2024 -0500 |
tree | bc71e22a9215a2303c95e2e626bfc0f20d43c038 | |
parent | feb841a0f7af529d04ba7ee5879301f3d601fa29 [diff] |
posix: signals: deprecate CONFIG_POSIX_LIMITS_RTSIG_MAX There were two Kconfig constants defined for (effectively) the same thing in Zephyr. Namely, RTSIG_MAX - the highest valued real-time signal. Deprecate CONFIG_POSIX_LIMITS_RTSIG_MAX in favour of CONFIG_POSIX_RTSIG_MAX since the latter more closely matches convention. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>