diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-03-19 14:14:07 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-03-19 14:18:30 -0700 |
commit | a68aa2e15be21297d6e8dccb2bcd86422fdebe15 (patch) | |
tree | fa74a9e62d303f7f8fbb713241e884e4b967be25 /ChangeLog | |
parent | 3ffcf0e3dedb94e065733dc0a5923d7fef42de49 (diff) | |
download | emacs-a68aa2e15be21297d6e8dccb2bcd86422fdebe15.tar.gz |
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,
by also checking for pthread_create, pthread_self, pthread_sigmask.
Tighten the test for pthread_atfork while we're at it.
Fixes: bug#20136
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9d7ba9309ba..d268ba03494 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2015-03-19 Paul Eggert <eggert@cs.ucla.edu> + 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, + by also checking for pthread_create, pthread_self, pthread_sigmask. + Tighten the test for pthread_atfork while we're at it. + Fixes: bug#20136 + Merge from gnulib This incorporates: 2015-03-19 fdopendir: port better to MinGW |