summaryrefslogtreecommitdiff
path: root/gnulib/lib/sigprocmask.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2012-06-18 10:56:15 +0100
committerColin Watson <cjwatson@debian.org>2012-06-18 10:56:15 +0100
commitbc1fd59352a778327e4347769bba1f8cea5a6606 (patch)
tree74e13d67e782be5c2ae5e5e8e281615f78e7b6b3 /gnulib/lib/sigprocmask.c
parentda9187092f6f3783b67bc862642d82f69d79ee78 (diff)
Upgrade to Autoconf 2.69, Automake 1.11.5, and Gnulib
20120404-stable.
Diffstat (limited to 'gnulib/lib/sigprocmask.c')
-rw-r--r--gnulib/lib/sigprocmask.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnulib/lib/sigprocmask.c b/gnulib/lib/sigprocmask.c
index d6961893..be53d540 100644
--- a/gnulib/lib/sigprocmask.c
+++ b/gnulib/lib/sigprocmask.c
@@ -1,5 +1,5 @@
/* POSIX compatible signal blocking.
- Copyright (C) 2006-2011 Free Software Foundation, Inc.
+ Copyright (C) 2006-2012 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
@@ -32,7 +32,7 @@
also does not have the POSIX sigaction() function, only the
signal() function. We also assume signal() has SysV semantics,
where any handler is uninstalled prior to being invoked. This is
- true for Woe32 platforms. */
+ true for native Windows platforms. */
/* We use raw signal(), but also provide a wrapper rpl_signal() so
that applications can query or change a blocked signal. */