commit | 73930c25f2f1d017cedbe822ee6f472898d44fcb | [log] [tgz] |
---|---|---|
author | Christopher Friedt <cfriedt@meta.com> | Sat Dec 02 14:50:43 2023 -0500 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Dec 04 20:49:35 2023 -0500 |
tree | b5ffa3ac76e259d978f9674e9a39bc03281c668e | |
parent | e867c6f36d0b4469f60da6c51a9cc67598d6e3f2 [diff] |
posix: signal: define max rt signals as zero when not enabled When CONFIG_POSIX_SIGNAL=n, default CONFIG_POSIX_RTSIG_MAX to 0 so that the `sigset_t` type can be defined. Also define RTSIG_MAX. This allows native_sim and other platforms to build without error. Signed-off-by: Christopher Friedt <cfriedt@meta.com>