Added BUGS text noting that up to kernel 2.625, the ssi_int

and ssi_ptr fields are not set.
This commit is contained in:
Michael Kerrisk 2008-04-10 10:33:35 +00:00
parent 81b36e1d0b
commit dbe108ed3d
1 changed files with 7 additions and 0 deletions

View File

@ -313,6 +313,13 @@ If a signal appears in the
.I mask
of more than one of the file descriptors, then occurrences
of that signal can be read (once) from any one of the descriptors.
.SH BUGS
In kernels up to and including 2.6.25, the
.I ssi_ptr
and
.I ssi_int
fields are not filled in with the data accompanying a signal sent by
.BR sigqueue (2).
.SH EXAMPLE
The program below accepts the signals
.B SIGINT