phoenix-rtos-project
phoenix-rtos-project copied to clipboard
Missing macros SIGRTMIN and SIGRTMAX in signal.h
POSIX requires macros SIGRTMIN and SIGRTMAX shall be declared in signal.h
I think we don't support real-time signals right now so maybe we shouldn't define these macros?
I see that real-time signals are an extension in POSIX.1-2004 , in POSIX.1-2018 they have become a part of basic POSIX specs - so we might need to implement them.
For reference:
POSIX.1-2018: https://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_04
POSIX.1-2004: https://pubs.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_04.html