diff options
| author | Paul Eggert | 2011-04-13 12:54:09 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-13 12:54:09 -0700 |
| commit | 1963a2e0bb07cc8dee6d27f972f93d9cfd7c6b2d (patch) | |
| tree | c6760a6aef71252e16af9ad463f6126631d0dc39 /src/ChangeLog | |
| parent | 086e8c477d4342c8e718f9bb811da0b1a6e1e946 (diff) | |
| download | emacs-1963a2e0bb07cc8dee6d27f972f93d9cfd7c6b2d.tar.gz emacs-1963a2e0bb07cc8dee6d27f972f93d9cfd7c6b2d.zip | |
* sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs.
(emacs_read, emacs_write): Use it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9aa58fb0884..db387750b16 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-04-13 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs. | ||
| 4 | (emacs_read, emacs_write): Use it. | ||
| 5 | |||
| 3 | * process.c (send_process): Count partial writes as successes. | 6 | * process.c (send_process): Count partial writes as successes. |
| 4 | See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00483.html | 7 | See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00483.html |
| 5 | 8 | ||