From 77e666785ee842df490daf6a4e51c4b0645431e5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 6 Jul 2011 10:48:21 -0700 Subject: [PATCH] * modules/pthread_sigmask (configure.ac): gl_SIGNAL_MODULE_INDICATOR and not gl_SYS_SELECT_MODULE_INDICATOR, fixing a typo exposed in an application that does not use the sys_select module. --- ChangeLog | 6 ++++++ modules/pthread_sigmask | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a0bfe3640..fe3d26a3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-07-06 Paul Eggert + + * modules/pthread_sigmask (configure.ac): gl_SIGNAL_MODULE_INDICATOR + and not gl_SYS_SELECT_MODULE_INDICATOR, fixing a typo exposed + in an application that does not use the sys_select module. + 2011-07-06 Erik Faye-Lund poll: do not return 0 on timeout=-1 diff --git a/modules/pthread_sigmask b/modules/pthread_sigmask index f1126b6e7..d117b2ddd 100644 --- a/modules/pthread_sigmask +++ b/modules/pthread_sigmask @@ -10,7 +10,7 @@ sigprocmask [test $REPLACE_PTHREAD_SIGMASK = 1] configure.ac: gl_PTHREAD_SIGMASK -gl_SYS_SELECT_MODULE_INDICATOR([pthread_sigmask]) +gl_SIGNAL_MODULE_INDICATOR([pthread_sigmask]) Makefile.am: -- 2.11.0