Mercurial > hg > octave-lojdl > gnulib-hg
changeset 15366:3e995a908559
pthread_sigmask: Follow gnulib conventions.
* m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Renamed from
gl_PTHREAD_SIGMASK.
* modules/pthread_sigmask (configure.ac): Update.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 08 Jul 2011 02:11:26 +0200 |
parents | 8e2f1d4b9199 |
children | eec152efe2a3 |
files | ChangeLog m4/pthread_sigmask.m4 modules/pthread_sigmask |
diffstat | 3 files changed, 10 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- a/m4/pthread_sigmask.m4 +++ b/m4/pthread_sigmask.m4 @@ -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])