summaryrefslogtreecommitdiff
path: root/lib/full-write.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-02-27 03:57:49 +0000
committerJim Meyering <jim@meyering.net>1996-02-27 03:57:49 +0000
commit268ddc7d506e33d2966b7b2a6961bc17245f54df (patch)
tree8fb229ad040b2715518a427076c449abefdd4746 /lib/full-write.c
parentdee715bb6f63e2a1eb4842c1522476e9993523a5 (diff)
downloadcoreutils-268ddc7d506e33d2966b7b2a6961bc17245f54df.tar.xz
Revert last change. Comment didn't add anything.
Diffstat (limited to 'lib/full-write.c')
-rw-r--r--lib/full-write.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/full-write.c b/lib/full-write.c
index aa8cff35d..2a65ac5e5 100644
--- a/lib/full-write.c
+++ b/lib/full-write.c
@@ -34,10 +34,7 @@ extern int errno;
#endif
/* Write LEN bytes at PTR to descriptor DESC, retrying if interrupted.
- Return LEN upon success, write's (negative) error code otherwise.
- As the name implies, this function writes all LEN bytes and returns
- LEN or it fails and returns the negative value returned by the (final)
- failing write. */
+ Return LEN upon success, write's (negative) error code otherwise. */
int
full_write (desc, ptr, len)