summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-03-19 18:33:59 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-03-19 18:34:23 -0700
commit13eb26ad38378e0063e9c9313c3ba8af666629dc (patch)
treeaf91000f7ad06dfc06514faa386f9a4f154c10be /ChangeLog
parenta68aa2e15be21297d6e8dccb2bcd86422fdebe15 (diff)
downloademacs-13eb26ad38378e0063e9c9313c3ba8af666629dc.tar.gz
* configure.ac (_THREAD_SAFE): Simplify (Bug#20136).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d268ba03494..a79863a839e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
Better port of pthread usage to FreeBSD
* configure.ac (ac_func_list): Omit pthread_sigmask, since
we check for that ourselves rather than relying on gnulib.
- (HAVE_PTHREAD, LIB_PTHREAD, _THREAD_SAFE): Port better to FreeBSD,
+ (HAVE_PTHREAD, LIB_PTHREAD): Port better to FreeBSD,
by also checking for pthread_create, pthread_self, pthread_sigmask.
Tighten the test for pthread_atfork while we're at it.
Fixes: bug#20136