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 | |
| parent | 123403e42f1a1d556fb33cfd60cbec124d740837 (diff) | |
| download | emacs-8a6ebd580bafa45ca1d8cc6294ea91facacfdbe0.tar.gz emacs-8a6ebd580bafa45ca1d8cc6294ea91facacfdbe0.zip | |
Add Bug#.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 2 insertions, 2 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 |
diff --git a/src/ChangeLog b/src/ChangeLog index 9c73cb9ed85..41dd4c0e9c1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -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 | Use pthread_sigmask, not sigprocmask. | 3 | Use pthread_sigmask, not sigprocmask (Bug#9010). |
| 4 | * callproc.c (Fcall_process): | 4 | * callproc.c (Fcall_process): |
| 5 | * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask): | 5 | * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask): |
| 6 | * process.c (create_process): | 6 | * process.c (create_process): |