commit | b2243af32d326fe641301063dc39e45258423299 | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Mon Jun 17 13:01:06 2024 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Jun 27 15:16:50 2024 -0400 |
tree | 3908a95a4c5ba181bde1abf89e638ea1789aefb6 | |
parent | be086f174c9bd8c0b62d48e5ff08b2a483b2985d [diff] |
posix: add stubs for signal.h functions that need process support Since Zephyr itself does not currently support processes, but conformant applications should still be able to link, add stubs for the remaining POSIX functions in the POSIX_SIGNALS Option Group. The POSIX_SIGNALS Option Group is required for PSE51, PSE52, PSE53, PSE54, and likely many other POSIX Subprofiles. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>