pthread_sigmask: Follow gnulib conventions.
authorBruno Haible <bruno@clisp.org>
Fri, 8 Jul 2011 00:11:26 +0000 (02:11 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 8 Jul 2011 00:11:26 +0000 (02:11 +0200)
* m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Renamed from
gl_PTHREAD_SIGMASK.
* modules/pthread_sigmask (configure.ac): Update.

ChangeLog
m4/pthread_sigmask.m4
modules/pthread_sigmask

index b3fa05e1d597ee74ce120ca8a2a8031d8b5139a1..4cab46fdc6b9eede4aa4e5485139c352f8acdb13 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-07-07  Bruno Haible  <bruno@clisp.org>
+
+       pthread_sigmask: Follow gnulib conventions.
+       * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Renamed from
+       gl_PTHREAD_SIGMASK.
+       * modules/pthread_sigmask (configure.ac): Update.
+
 2011-07-07  Bruno Haible  <bruno@clisp.org>
 
        pthread_sigmask: Make declaration C++ safe.
index aa2904a8be477b910613d648e8b7540caeb2c276..2147c08fcab0ab08e00a62762e570b4a8fc63f3a 100644 (file)
@@ -1,10 +1,10 @@
-# pthread_sigmask.m4 serial 3
+# pthread_sigmask.m4 serial 4
 dnl Copyright (C) 2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 
-AC_DEFUN([gl_PTHREAD_SIGMASK],
+AC_DEFUN([gl_FUNC_PTHREAD_SIGMASK],
 [
   m4_ifdef([gl_THREADLIB], [
     AC_REQUIRE([gl_THREADLIB])
index f2a77a0ef9753b4c957264d8ffe868f9249f4738..8f1a0a0c303b5036916cc75158ebc8d3f67f2326 100644 (file)
@@ -10,7 +10,7 @@ signal
 sigprocmask     [test $HAVE_PTHREAD_SIGMASK = 0]
 
 configure.ac:
-gl_PTHREAD_SIGMASK
+gl_FUNC_PTHREAD_SIGMASK
 if test $HAVE_PTHREAD_SIGMASK = 0; then
   AC_LIBOBJ([pthread_sigmask])
 fi