summaryrefslogtreecommitdiffstats
path: root/CRT.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2022-06-22 19:25:30 +0200
committercgzones <cgzones@googlemail.com>2022-06-28 14:39:11 +0200
commitf3e70ab389879db5b250bab29f14acb543bfd11f (patch)
tree729b829ad49370ab4a0ddc1a891c30ed3911d157 /CRT.c
parent393796d75da57983710f8bfdacd272f773fad47b (diff)
Write full buffer
Retry writing after a short write.
Diffstat (limited to 'CRT.c')
-rw-r--r--CRT.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CRT.c b/CRT.c
index 95f8cc13..c8935add 100644
--- a/CRT.c
+++ b/CRT.c
@@ -834,7 +834,7 @@ static void dumpStderr(void) {
fprintf(stderr, ">>>>>>>>>> stderr output >>>>>>>>>>\n");
header = true;
}
- (void)! write(STDERR_FILENO, buffer, res);
+ full_write(STDERR_FILENO, buffer, res);
}
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy