* modules/pthread_sigmask (configure.ac): gl_SIGNAL_MODULE_INDICATOR
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Jul 2011 17:48:21 +0000 (10:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Jul 2011 17:48:40 +0000 (10:48 -0700)
and not gl_SYS_SELECT_MODULE_INDICATOR, fixing a typo exposed
in an application that does not use the sys_select module.

ChangeLog
modules/pthread_sigmask

index a0bfe36..fe3d26a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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  <kusmabite@gmail.com>
 
        poll: do not return 0 on timeout=-1
index f1126b6..d117b2d 100644 (file)
@@ -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: