bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typo fixed in new pthread_sigmask module


From: Paul Eggert
Subject: typo fixed in new pthread_sigmask module
Date: Wed, 06 Jul 2011 10:50:07 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Thunderbird/3.1.10

* 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/modules/pthread_sigmask b/modules/pthread_sigmask
index f1126b6..d117b2d 100644
--- 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:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]