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. --- signal/signal.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'signal') diff --git a/signal/signal.h b/signal/signal.h index 107650f113..6b8c345b87 100644 --- a/signal/signal.h +++ b/signal/signal.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,92,93,94,95,96,97,98 Free Software Foundation, Inc. +/* Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -349,9 +349,6 @@ extern int __libc_current_sigrtmin __P ((void)); /* Return number of available real-time signal with lowest priority. */ extern int __libc_current_sigrtmax __P ((void)); -/* Allocate real-time signal with highest/lowest available priority. */ -extern int __libc_allocate_rtsig __P ((int __high)); - #endif /* signal.h */ __END_DECLS -- cgit 1.4.1