diff options
| author | Paul Eggert | 2011-07-06 16:29:03 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-06 16:29:03 -0700 |
| commit | 8a6ebd580bafa45ca1d8cc6294ea91facacfdbe0 (patch) | |
| tree | 71c1af855a3aa6f8934310c324abc3d288cadfd3 /ChangeLog | |
| parent | 123403e42f1a1d556fb33cfd60cbec124d740837 (diff) | |
| download | emacs-8a6ebd580bafa45ca1d8cc6294ea91facacfdbe0.tar.gz emacs-8a6ebd580bafa45ca1d8cc6294ea91facacfdbe0.zip | |
Add Bug#.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | 2011-07-06 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-06 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Add gnulib support for pthread_sigmask. | 3 | Add gnulib support for pthread_sigmask (Bug#9010). |
| 4 | * Makefile.in (GNULIB_MODULES): Add pthread_sigmask. | 4 | * Makefile.in (GNULIB_MODULES): Add pthread_sigmask. |
| 5 | (GNULIB_TOOL_FLAGS): Avoid sigprocmask. Emacs does its own | 5 | (GNULIB_TOOL_FLAGS): Avoid sigprocmask. Emacs does its own |
| 6 | implementation of 'sigprocmask' on Windows, and it assumes | 6 | implementation of 'sigprocmask' on Windows, and it assumes |