mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Rich Felker <dalias@libc.org>
Cc: musl@lists.openwall.com
Subject: Re: [musl] [PATCH] Fix typo alltype.h -> alltypes.h
Date: Sat, 11 May 2024 14:58:06 -0700	[thread overview]
Message-ID: <CAMKF1srVAxF+-moBE0Wj0-arUjm4GJxaJSPGYVWn_XZLse_HqA@mail.gmail.com> (raw)
In-Reply-To: <20240511215415.GU10433@brightrain.aerifal.cx>

On Sat, May 11, 2024 at 2:53 PM Rich Felker <dalias@libc.org> wrote:
>
> On Sat, May 11, 2024 at 02:44:38PM -0700, Khem Raj wrote:
> > Signed-off-by: Khem Raj <raj.khem@gmail.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 :)

      reply	other threads:[~2024-05-11 21:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-11 21:44 Khem Raj
2024-05-11 21:54 ` Rich Felker
2024-05-11 21:58   ` Khem Raj [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=CAMKF1srVAxF+-moBE0Wj0-arUjm4GJxaJSPGYVWn_XZLse_HqA@mail.gmail.com \
    --to=raj.khem@gmail.com \
    --cc=dalias@libc.org \
    --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).