2 * Copyright 2011, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
9 #include <signal_defs.h>
13 __signal_get_sigrtmin()
15 return SIGNAL_REALTIME_MIN
;
20 __signal_get_sigrtmax()
22 return SIGNAL_REALTIME_MAX
;