1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

Revert last change. Comment didn't add anything.

This commit is contained in:
Jim Meyering
1996-02-27 03:57:49 +00:00
parent dee715bb6f
commit 268ddc7d50

View File

@@ -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)