mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Bobby Bingham <koorogi@koorogi.info>
To: musl@lists.openwall.com
Subject: [PATCH 5/5] move generic fcntl.h to generic-32
Date: Tue,  5 Jul 2016 22:54:14 -0500	[thread overview]
Message-ID: <20160706035414.10083-5-koorogi@koorogi.info> (raw)
In-Reply-To: <20160706035414.10083-1-koorogi@koorogi.info>

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



      parent reply	other threads:[~2016-07-06  3:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-06  3:54 [PATCH 1/5] generalize "generic" fallback for bits headers Bobby Bingham
2016-07-06  3:54 ` [PATCH 2/5] create big/little endian generic bits overlays Bobby Bingham
2016-07-06  3:54 ` [PATCH 3/5] create ld64/ld128 " Bobby Bingham
2016-07-06  3:54 ` [PATCH 4/5] create 32-/64-bit " Bobby Bingham
2016-07-06  4:29   ` Rich Felker
2016-07-06  4:31   ` Rich Felker
2016-07-06  3:54 ` Bobby Bingham [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160706035414.10083-5-koorogi@koorogi.info \
    --to=koorogi@koorogi.info \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).