Mercurial > hg > octave-nkf > gnulib-hg
view modules/pthread_sigmask @ 16749:2c1499f688aa
logf-ieee: Fix test whether logf works.
* m4/logf.m4 (gl_FUNC_LOGF): Fix typo in test program.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 01 Apr 2012 19:31:01 +0200 |
parents | 51a803e5cfdc |
children | 1f14c6dd175d |
line wrap: on
line source
Description: POSIX compatible signal blocking for threads. Files: lib/pthread_sigmask.c m4/pthread_sigmask.m4 Depends-on: signal-h threadlib sigprocmask [test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1] configure.ac: gl_FUNC_PTHREAD_SIGMASK if test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1; then AC_LIBOBJ([pthread_sigmask]) gl_PREREQ_PTHREAD_SIGMASK fi gl_SIGNAL_MODULE_INDICATOR([pthread_sigmask]) Makefile.am: Include: <signal.h> Link: $(LIB_PTHREAD_SIGMASK) License: LGPLv2+ Maintainer: Paul Eggert, Bruno Haible, Jim Meyering