# HG changeset patch # User Paul Eggert # Date 1309974501 25200 # Node ID d27da2beda651eef86259ec77da90215b9440b98 # Parent f3753e923660f279498434857749c8b7d672f60c * 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. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/modules/pthread_sigmask +++ b/modules/pthread_sigmask @@ -10,7 +10,7 @@ configure.ac: gl_PTHREAD_SIGMASK -gl_SYS_SELECT_MODULE_INDICATOR([pthread_sigmask]) +gl_SIGNAL_MODULE_INDICATOR([pthread_sigmask]) Makefile.am: