From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10300 Path: news.gmane.org!not-for-mail From: Bobby Bingham Newsgroups: gmane.linux.lib.musl.general Subject: [PATCH 5/5] move generic fcntl.h to generic-32 Date: Tue, 5 Jul 2016 22:54:14 -0500 Message-ID: <20160706035414.10083-5-koorogi@koorogi.info> References: <20160706035414.10083-1-koorogi@koorogi.info> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1467777302 14249 80.91.229.3 (6 Jul 2016 03:55:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Jul 2016 03:55:02 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-10314-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jul 06 05:54:59 2016 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 1bKdvP-0003Es-Gq for gllmg-musl@m.gmane.org; Wed, 06 Jul 2016 05:54:59 +0200 Original-Received: (qmail 20064 invoked by uid 550); 6 Jul 2016 03:54:49 -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 19646 invoked from network); 6 Jul 2016 03:54:32 -0000 X-Mailer: git-send-email 2.9.0 In-Reply-To: <20160706035414.10083-1-koorogi@koorogi.info> Xref: news.gmane.org gmane.linux.lib.musl.general:10300 Archived-At: This file matches the generic definitions used by the kernel, but does not take into account that a few constants should vary between 32- and 64-bit ports. Thus, this file is only appropriate for use on 32-bit ports. --- arch/{generic => generic-32}/bits/fcntl.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename arch/{generic => generic-32}/bits/fcntl.h (100%) diff --git a/arch/generic/bits/fcntl.h b/arch/generic-32/bits/fcntl.h similarity index 100% rename from arch/generic/bits/fcntl.h rename to arch/generic-32/bits/fcntl.h -- 2.9.0