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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user