Add gnulib support for pthread_sigmask.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Jul 2011 17:58:37 +0000 (10:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Jul 2011 17:58:37 +0000 (10:58 -0700)
commit6db30f83447f4667d2ca84c33979f2745ca96bd5
tree9304b3fb361c6aa6f0b3274efbe0fdc379785b68
parent84e04a29b9fddf5c5ede9873aa0356cd13af6f41
Add gnulib support for pthread_sigmask.

* Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
(GNULIB_TOOL_FLAGS): Avoid sigprocmask.  Emacs does its own
implementation of 'sigprocmask' on Windows, and it assumes
'sigprocmask' on non-Windows hosts, so it doesn't need the
sigprocmask module.
* lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
New files, automatically imported from gnulib.
* lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
due to the above changes.
* .bzrignore: Add lib/signal.h.
ChangeLog
Makefile.in
lib/gnulib.mk
lib/signal.in.h [new file with mode: 0644]
m4/gl-comp.m4
m4/pthread_sigmask.m4 [new file with mode: 0644]
m4/signal_h.m4 [new file with mode: 0644]