mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Update.
* signal/signal.h: Don't declare __libc_allocate_rtsig. * include/signal.h: Declare __libc_allocate_rtsig here.
This commit is contained in:
parent
48f6496e3f
commit
9395e8892d
@ -1,5 +1,8 @@
|
|||||||
1999-02-07 Ulrich Drepper <drepper@cygnus.com>
|
1999-02-07 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* signal/signal.h: Don't declare __libc_allocate_rtsig.
|
||||||
|
* include/signal.h: Declare __libc_allocate_rtsig here.
|
||||||
|
|
||||||
* elf/dl-lookup.c: Increment _dl_num_relocations in the four entry
|
* elf/dl-lookup.c: Increment _dl_num_relocations in the four entry
|
||||||
point functions, not do_lookup since the later can be called more
|
point functions, not do_lookup since the later can be called more
|
||||||
than once.
|
than once.
|
||||||
|
@ -23,5 +23,8 @@ extern int __sigvec __P ((int __sig, __const struct sigvec *__vec,
|
|||||||
extern int __sigreturn __P ((struct sigcontext *__scp));
|
extern int __sigreturn __P ((struct sigcontext *__scp));
|
||||||
extern int __sigaltstack __P ((__const struct sigaltstack *__ss,
|
extern int __sigaltstack __P ((__const struct sigaltstack *__ss,
|
||||||
struct sigaltstack *__oss));
|
struct sigaltstack *__oss));
|
||||||
|
|
||||||
|
/* Allocate real-time signal with highest/lowest available priority. */
|
||||||
|
extern int __libc_allocate_rtsig __P ((int __high));
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
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. */
|
/* Return number of available real-time signal with lowest priority. */
|
||||||
extern int __libc_current_sigrtmax __P ((void));
|
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 */
|
#endif /* signal.h */
|
||||||
|
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
Loading…
Reference in New Issue
Block a user