annotate etc/README @ 5634:e77e9d7386be

Include errno.h; don't include fasync.h. (schedule): Don't return a value. (sigcatch): Reestablish the handler first. (getevent): Always call notify at the end. (notify): Defer alarms around the whole body of function. (main): Don't request SIGIO, and don't handle it. Loop calling getevent. (sigcatch): Delete code to handle SIGIO. If defer_alarms is set, don't call notify, just set alarm_deferred. (getevent): Use read, not getchar. Handle EINTR and EAGAIN. Set defer_alarms around realloc and schedule. If alarm_deferred gets set, call notify. Likewise if this event is the only pending event. Make buf and buf_size global variables. Don't malloc buf if it is already non-zero. (schedule): Just exit if run out of memory. Return the number of events. (signal) [_CX_UX]: Add #undef.
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 Jan 1994 15:12:34 +0000
parents cde1f15848c6
children 42efcb2955c8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
580
c8860f81ccf7 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 565
diff changeset
1 This directory contains the architecture-independent files used by or
c8860f81ccf7 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 565
diff changeset
2 with Emacs. This includes some text files of documentation for GNU
c8860f81ccf7 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 565
diff changeset
3 Emacs or of interest to Emacs users, and the file of dumped docstrings
c8860f81ccf7 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 565
diff changeset
4 for Emacs functions and variables.
c8860f81ccf7 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 565
diff changeset
5
c8860f81ccf7 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 565
diff changeset
6 `termcap.dat' is for VMS. It is a copy of the `/etc/termcap' file
c8860f81ccf7 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 565
diff changeset
7 used on Unix.