Received: by mail.netbsd.org (Postfix, from userid 605) id C9F6284EAD; Mon, 5 Jul 2021 07:26:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 45E9584EB7 for ; Mon, 5 Jul 2021 07:26:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id HR0bEppf4mBz for ; Mon, 5 Jul 2021 07:26:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D6CA684EB3 for ; Mon, 5 Jul 2021 07:26:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD4EEFA95; Mon, 5 Jul 2021 07:26:00 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 5 Jul 2021 03:26:00 -0400 From: "Christos Zoulas" Subject: CVS commit: src/lib/libc/stdio To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210705072600.CD4EEFA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: christos Date: Mon Jul 5 07:26:00 UTC 2021 Modified Files: src/lib/libc/stdio: fflush.c Log Message: Account for partial writes when interrupted (from FreeBSD). To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/stdio/fflush.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.