mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
Make Reddit users happy
This commit is contained in:
parent
fcfe7c1080
commit
3e17c7b20f
1 changed files with 0 additions and 2 deletions
|
@ -486,7 +486,6 @@ static ssize_t WritevAll(int fd, struct iovec *iov, int iovlen) {
|
|||
ssize_t rc;
|
||||
size_t wrote;
|
||||
do {
|
||||
TryAgain:
|
||||
if ((rc = writev(fd, iov, iovlen)) != -1) {
|
||||
wrote = rc;
|
||||
do {
|
||||
|
@ -502,7 +501,6 @@ static ssize_t WritevAll(int fd, struct iovec *iov, int iovlen) {
|
|||
} while (wrote);
|
||||
} else if (errno == EINTR) {
|
||||
if (killed) return -1;
|
||||
goto TryAgain;
|
||||
} else {
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue