# HG changeset patch # User Jim Meyering # Date 1038913149 0 # Node ID 8e45dd1ee86f4a847d50714238842240bb624c4f # Parent 2de433dc62ee14e5f45c4373439c27879278b3f5 (safe_read): Change comment to mention SAFE_READ_ERROR. diff --git a/lib/safe-read.c b/lib/safe-read.c --- a/lib/safe-read.c +++ b/lib/safe-read.c @@ -58,7 +58,7 @@ #endif /* Read up to COUNT bytes at BUF from descriptor FD, retrying if interrupted. - Return the actual number of bytes read, zero for EOF, or SAFE_RW_ERROR + Return the actual number of bytes read, zero for EOF, or SAFE_READ_ERROR upon error. */ size_t safe_read (int fd, void *buf, size_t count)