This commit is contained in:
Michael Kerrisk 2008-04-08 13:30:53 +00:00
parent f7e9afe8bd
commit 3a2f381997
1 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ struct signalfd_siginfo {
uint64_t ssi_utime;
uint64_t ssi_stime;
uint64_t ssi_addr;
uint8_t pad[\fIX\fP]; /* Pad size to 128 bytes (allow space
uint8_t pad[\fIX\fP]; /* Pad size to 128 bytes (allow space for
additional fields in the future) */
};
@ -209,7 +209,7 @@ and
in the child will return information about signals generated
for the parent
(the process that created the object using
.BR signalfd ().
.BR signalfd ()).
.SS execve(2) semantics
Just like any other file descriptor,
a signalfd file descriptor remains open across an