From 040471f18bca36c8a203f8fe072395431f93ba35 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 17 Jul 2007 18:53:09 +0000 Subject: [PATCH] Added FIXME. --- man2/sigaction.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/sigaction.2 b/man2/sigaction.2 index c9cb18de0..ce59c9399 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -210,6 +210,7 @@ is a struct with the following elements .nf siginfo_t { .\" FIXME si_tid and si_overrun are not documented. +.\" FIXME si_trapno is not documented; is it actually used? int si_signo; /* Signal number */ int si_errno; /* An errno value */ int si_code; /* Signal code */