projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d29acb6
)
* lib/sigprocmask.c (sigprocmask): Fix typo.
author
Eric Blake
<ebb9@byu.net>
Tue, 17 Oct 2006 15:27:32 +0000
(15:27 +0000)
committer
Eric Blake
<ebb9@byu.net>
Tue, 17 Oct 2006 15:27:32 +0000
(15:27 +0000)
ChangeLog
patch
|
blob
|
history
lib/sigprocmask.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 6a411bc090def8f4ba399ed067c68f8a8bdf9b1d..e0a6873abb4593ed34a69679860d6ae8b928547e 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,7
@@
2006-10-17 Eric Blake <ebb9@byu.net>
+ * lib/sigprocmask.c (sigprocmask): Fix typo.
+
* m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
* modules/clean-temp (Makefile.am): Don't add to make output...
diff --git
a/lib/sigprocmask.c
b/lib/sigprocmask.c
index 149d27003afa4fb97fc033dd36d50ba642fad66c..c38c7e32fd7f0446c9c07fe9d3d417a2a0d93cc8 100644
(file)
--- a/
lib/sigprocmask.c
+++ b/
lib/sigprocmask.c
@@
-178,7
+178,7
@@
sigprocmask (int operation, const sigset_t *set, sigset_t *old_set)
received[sig] = 0;
for (sig = 0; sig < NSIG; sig++)
- if (received[
NSIG
])
+ if (received[
sig
])
{
#if HAVE_RAISE
raise (sig);