From 9395e8892d918c4e00b571ae7efeea4b4b7d5e7b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 7 Feb 1999 21:30:11 +0000 Subject: Update. * signal/signal.h: Don't declare __libc_allocate_rtsig. * include/signal.h: Declare __libc_allocate_rtsig here. --- include/signal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 -- cgit v1.2.3