From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6934 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] make fsync, fdatasync and msync cancellation points Date: Fri, 30 Jan 2015 22:06:36 -0500 Message-ID: <20150131030636.GA23507@brightrain.aerifal.cx> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1422673615 13624 80.91.229.3 (31 Jan 2015 03:06:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 Jan 2015 03:06:55 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6947-gllmg-musl=m.gmane.org@lists.openwall.com Sat Jan 31 04:06:55 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1YHOOc-0006cH-Kp for gllmg-musl@m.gmane.org; Sat, 31 Jan 2015 04:06:54 +0100 Original-Received: (qmail 9527 invoked by uid 550); 31 Jan 2015 03:06:51 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 9512 invoked from network); 31 Jan 2015 03:06:50 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:6934 Archived-At: On Wed, Jan 28, 2015 at 06:46:54PM +0100, Trutz Behn wrote: > --- > src/mman/msync.c | 2 +- > src/unistd/fdatasync.c | 2 +- > src/unistd/fsync.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) Committed this and the other three patches with minor edits to the log message. Thanks! Rich