|
Message-ID: <CAK8P3a0Uy3Gp0Cw4T+g-WHugPE73wB47HR+ahRBEKOGBS=KUUQ@mail.gmail.com> Date: Thu, 3 Sep 2020 17:49:34 +0200 From: Arnd Bergmann <arnd@...db.de> To: musl@...ts.openwall.com Cc: "Stefan O'Rear" <sorear@...tmail.com> Subject: Re: [PATCH 10/14] riscv32: add arch headers On Thu, Sep 3, 2020 at 1:25 PM Stefan O'Rear <sorear@...tmail.com> wrote: > diff --git a/arch/riscv32/bits/fcntl.h b/arch/riscv32/bits/fcntl.h > new file mode 100644 > index 00000000..ecb4d18f > --- /dev/null > +++ b/arch/riscv32/bits/fcntl.h > @@ -0,0 +1,38 @@ > +#define O_CREAT 0100 > +#define O_EXCL 0200 > +#define O_NOCTTY 0400 I see a arch/generic/bits/fcntl.h that seems to have identical contents. Is this one actually needed?
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.