|
|
Message-ID: <CAMKF1srVAxF+-moBE0Wj0-arUjm4GJxaJSPGYVWn_XZLse_HqA@mail.gmail.com>
Date: Sat, 11 May 2024 14:58:06 -0700
From: Khem Raj <raj.khem@...il.com>
To: Rich Felker <dalias@...c.org>
Cc: musl@...ts.openwall.com
Subject: Re: [PATCH] Fix typo alltype.h -> alltypes.h
On Sat, May 11, 2024 at 2:53 PM Rich Felker <dalias@...c.org> wrote:
>
> On Sat, May 11, 2024 at 02:44:38PM -0700, Khem Raj wrote:
> > Signed-off-by: Khem Raj <raj.khem@...il.com>
> > ---
> > include/sys/reg.h | 2 +-
> > include/sys/user.h | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/include/sys/reg.h b/include/sys/reg.h
> > index 4e6ce222..0272e137 100644
> > --- a/include/sys/reg.h
> > +++ b/include/sys/reg.h
> > @@ -4,7 +4,7 @@
> > #include <limits.h>
> > #include <unistd.h>
> >
> > -#include <bits/alltype.h>
> > +#include <bits/alltypes.h>
> >
> > #undef __WORDSIZE
> > #if __LONG_MAX == 0x7fffffffL
> > diff --git a/include/sys/user.h b/include/sys/user.h
> > index 78036da3..511caba3 100644
> > --- a/include/sys/user.h
> > +++ b/include/sys/user.h
> > @@ -8,7 +8,7 @@ extern "C" {
> > #include <stdint.h>
> > #include <unistd.h>
> >
> > -#include <bits/alltype.h>
> > +#include <bits/alltypes.h>
> >
> > #undef __WORDSIZE
> > #if __LONG_MAX == 0x7fffffffL
> > --
> > 2.45.0
>
> You're the second one to catch this, but thanks.
indeed. I was not upto date on ml messages. As long as it is fixed I am good :)
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.