tweak RLIMIT_SIGPENDING details

This commit is contained in:
Michael Kerrisk 2004-12-07 17:57:48 +00:00
parent c0722da013
commit 8b6aacb004
1 changed files with 9 additions and 4 deletions

View File

@ -247,11 +247,16 @@ specifying
.\" talk of making it do something continues in LKML -- MTK, Nov 04
.TP
.B RLIMIT_SIGPENDING
Specifies the limit on the number of signals (see
.BR sigqueue (2)
and
.BR signal (7))
Specifies the limit on the number of signals
that may be queued for the real user ID of the calling process.
Both standard and real-time signals are counted for the purpose of
checking this limit.
However, the limit is only enforced for
.BR sigqueue (2);
it is always possible to use
.BR kill (2)
to queue one instance of any of the signals that are not already
queued to the process.
(Since Linux 2.6.8.)
.\" This replaces the /proc/sys/kernel/rtsig-max system-wide limit
.\" that was present in kernels <= 2.6.7. MTK Dec 04