vfs: check userland buffers before reading them.
[haiku.git] / src / system / libroot / posix / signal / signal_limits.cpp
blob1532cf468b7f216a7a2f5963041353f0c9a1c476
1 /*
2 * Copyright 2011, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
7 #include <signal.h>
9 #include <signal_defs.h>
12 int
13 __signal_get_sigrtmin()
15 return SIGNAL_REALTIME_MIN;
19 int
20 __signal_get_sigrtmax()
22 return SIGNAL_REALTIME_MAX;