diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-03-19 18:33:59 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-03-19 18:34:23 -0700 |
commit | 13eb26ad38378e0063e9c9313c3ba8af666629dc (patch) | |
tree | af91000f7ad06dfc06514faa386f9a4f154c10be /ChangeLog | |
parent | a68aa2e15be21297d6e8dccb2bcd86422fdebe15 (diff) | |
download | emacs-13eb26ad38378e0063e9c9313c3ba8af666629dc.tar.gz |
* configure.ac (_THREAD_SAFE): Simplify (Bug#20136).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
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 |