-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: posix: signal: account for ANSI / ISO C signal bits
The `signal()` function was part of ANSI-C and predates POSIX, so it should be visible (even if it completely unsupported in Zephyr currently). The `sig_atomic_t` type is part of ISO C, regardless of whether POSIX is enabled. Signed-off-by: Christopher Friedt <cfriedt@meta.com>
- Loading branch information
Showing
2 changed files
with
31 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ CONFIG_POSIX_CLOCK=y | |
CONFIG_POSIX_MQUEUE=y | ||
CONFIG_EVENTFD=y | ||
CONFIG_GETOPT=y | ||
CONFIG_POSIX_SIGNAL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters