Move signalfd compatibility stuff into correct documentation group

This commit is contained in:
Laurence Withers 2007-11-07 21:11:58 +00:00
parent 96cae3e169
commit ab090b4461
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ signal delivery mechanism: certain signals can be read from a file descriptor qu
/*! \brief Signal info structure.
\ingroup compat
This is the structure that is returned from a \c read(2) of a signalfd.
@ -54,6 +55,7 @@ struct signalfd_siginfo {
/*! \brief System call wrapper for \c signalfd(2).
\ingroup compat
\param fd File descriptor to modify (pass -1 to create a new file descriptor).
\param mask Signal mask. Any signals set in \a mask will be delivered through \a fd (but see below).