phoenix-rtos-project icon indicating copy to clipboard operation
phoenix-rtos-project copied to clipboard

Missing macros SIGRTMIN and SIGRTMAX in signal.h

Open mateusz-bloch opened this issue 1 year ago • 1 comments

POSIX requires macros SIGRTMIN and SIGRTMAX shall be declared in signal.h

mateusz-bloch avatar Apr 13 '23 10:04 mateusz-bloch

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

nalajcie avatar Apr 13 '23 11:04 nalajcie