Mercurial > emacs
diff src/alloc.c @ 90743:f83d17e1ace6
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 615-621)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 197-199)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Tue, 30 Jan 2007 22:22:43 +0000 |
| parents | 95d0cdf160ea b176aeeb7253 |
| children | 81fa456eb1dc |
line wrap: on
line diff
--- a/src/alloc.c Tue Jan 30 07:44:44 2007 +0000 +++ b/src/alloc.c Tue Jan 30 22:22:43 2007 +0000 @@ -131,7 +131,7 @@ do \ { \ if (pthread_equal (pthread_self (), main_thread)) \ - sigblock (sigmask (SIGIO)); \ + BLOCK_INPUT; \ pthread_mutex_lock (&alloc_mutex); \ } \ while (0) @@ -140,7 +140,7 @@ { \ pthread_mutex_unlock (&alloc_mutex); \ if (pthread_equal (pthread_self (), main_thread)) \ - sigunblock (sigmask (SIGIO)); \ + UNBLOCK_INPUT; \ } \ while (0)
