Add Bug#.
This commit is contained in:
parent
123403e42f
commit
8a6ebd580b
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
2011-07-06 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Add gnulib support for pthread_sigmask.
|
||||
Add gnulib support for pthread_sigmask (Bug#9010).
|
||||
* Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
|
||||
(GNULIB_TOOL_FLAGS): Avoid sigprocmask. Emacs does its own
|
||||
implementation of 'sigprocmask' on Windows, and it assumes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
2011-07-06 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Use pthread_sigmask, not sigprocmask.
|
||||
Use pthread_sigmask, not sigprocmask (Bug#9010).
|
||||
* callproc.c (Fcall_process):
|
||||
* sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask):
|
||||
* process.c (create_process):
|
||||
|
|
Loading…
Add table
Reference in a new issue