summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-06-23 22:30:46 +0200
committerBruno Haible <bruno@clisp.org>2008-06-23 22:30:46 +0200
commit339b33cdc15903476d18e517d81f508274ffc012 (patch)
treebb35bb5f4567c27fd5b7a11080797a73386898a8 /lib
parent1560bcd9456e9c03a21f6d4aca8447f00ca339b7 (diff)
downloadgnulib-339b33cdc15903476d18e517d81f508274ffc012.tar.gz
Comment fixes.
Diffstat (limited to 'lib')
-rw-r--r--lib/signal.in.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/signal.in.h b/lib/signal.in.h
index a1c9e6f6d3..703437d55f 100644
--- a/lib/signal.in.h
+++ b/lib/signal.in.h
@@ -118,9 +118,8 @@ struct siginfo_t
typedef struct siginfo_t siginfo_t;
# endif /* !@HAVE_SIGINFO_T@ */
- /* Due to autoconf conventions, we can't tell if HAVE_SIGACTION
- means we have the type or means we have the function. We assume
- that all implementations either have both or neither. */
+/* We assume that platforms which lack the sigaction() function also lack
+ the 'struct sigaction' type, and vice versa. */
struct sigaction
{