summaryrefslogtreecommitdiff
path: root/include/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/signal.h')
-rw-r--r--include/signal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/signal.h b/include/signal.h
index 1a14ff3dc7..4ee3c6c265 100644
--- a/include/signal.h
+++ b/include/signal.h
@@ -23,5 +23,8 @@ extern int __sigvec __P ((int __sig, __const struct sigvec *__vec,
extern int __sigreturn __P ((struct sigcontext *__scp));
extern int __sigaltstack __P ((__const struct sigaltstack *__ss,
struct sigaltstack *__oss));
+
+/* Allocate real-time signal with highest/lowest available priority. */
+extern int __libc_allocate_rtsig __P ((int __high));
#endif
#endif