From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/13813 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] fix POSIX_FADV_DONTNEED/_NOREUSE on s390x Date: Tue, 19 Feb 2019 00:47:42 -0500 Message-ID: <20190219054742.GS23599@brightrain.aerifal.cx> References: <20190218150623.27864-1-j.neuschaefer@gmx.net> <20190219014014.GM23599@brightrain.aerifal.cx> <20190219031802.GA19969@voyager> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="200835"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-13829-gllmg-musl=m.gmane.org@lists.openwall.com Tue Feb 19 06:47:59 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1gvyG6-000q8D-PR for gllmg-musl@m.gmane.org; Tue, 19 Feb 2019 06:47:58 +0100 Original-Received: (qmail 7294 invoked by uid 550); 19 Feb 2019 05:47:56 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 7270 invoked from network); 19 Feb 2019 05:47:55 -0000 Content-Disposition: inline In-Reply-To: <20190219031802.GA19969@voyager> Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:13813 Archived-At: On Tue, Feb 19, 2019 at 04:18:02AM +0100, Markus Wichmann wrote: > On Mon, Feb 18, 2019 at 08:40:14PM -0500, Rich Felker wrote: > > Anyone have opinions on this? We could do #ifndef in the top-level > > fcntl.h so that bits only has to define it when it has a weird value. > > Not sure if this is better or worse. > > > > Rich > > The less duplication the better. I think programmers should have special > keyboards with a knife in the C button that is armed when pressing Ctrl. > OK, make it a needle, because sometimes copying is necessary, but it > should be minimized. Thankfully I use C-k and C-y. ;-) Rich