projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f70cfc
)
(safe_write): Change comment to mention SAFE_WRITE_ERROR.
author
Jim Meyering
<jim@meyering.net>
Tue, 3 Dec 2002 10:59:31 +0000
(10:59 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 3 Dec 2002 10:59:31 +0000
(10:59 +0000)
lib/safe-write.c
patch
|
blob
|
history
diff --git
a/lib/safe-write.c
b/lib/safe-write.c
index 47200c3fb17c693f8a77514bc444e3552064b303..564fc5021cbfe578c8cf60045f826c8bfcf9b13c 100644
(file)
--- a/
lib/safe-write.c
+++ b/
lib/safe-write.c
@@
-58,7
+58,7
@@
extern int errno;
#endif
/* Write up to COUNT bytes at BUF to descriptor FD, retrying if interrupted.
- Return the actual number of bytes written, zero for EOF, or SAFE_
RW
_ERROR
+ Return the actual number of bytes written, zero for EOF, or SAFE_
WRITE
_ERROR
upon error. */
size_t
safe_write (int fd, const void *buf, size_t count)