pthread_sigmask: Assume POSIX when not gl_THREADLIB.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Jul 2011 17:49:07 +0000 (10:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Jul 2011 17:52:34 +0000 (10:52 -0700)
commitbc2a3d7068f04e1da758a7c02cf19b132ae574cc
tree123aec51f387c4f125029e3883f2d0520f6f07f2
parent0ef31c6a7e21186dcb5f18d53ec132b56cdf2927
pthread_sigmask: Assume POSIX when not gl_THREADLIB.

* m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK):
When gl_THREADLIB is not in use, assume that the POSIX sematics
are desired.  This is better for Emacs, which uses POSIX semantics
on GNUish and/or POSIXish platforms, and does not use threads at
all otherwise.
ChangeLog
m4/pthread_sigmask.m4