Mercurial > emacs
diff src/atimer.c @ 39667:7ca787d18982
*** empty log message ***
| author | Pavel Jan?k <Pavel@Janik.cz> |
|---|---|
| date | Mon, 08 Oct 2001 05:55:48 +0000 |
| parents | 2722b6b5400d |
| children | 5f60884970a8 |
line wrap: on
line diff
--- a/src/atimer.c Mon Oct 08 05:48:56 2001 +0000 +++ b/src/atimer.c Mon Oct 08 05:55:48 2001 +0000 @@ -62,7 +62,7 @@ int pending_atimers; -/* Block/unblock SIGALRM.. */ +/* Block/unblock SIGALRM. */ #define BLOCK_ATIMERS sigblock (sigmask (SIGALRM)) #define UNBLOCK_ATIMERS sigunblock (sigmask (SIGALRM))
