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

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.

  reply	other threads:[~2024-05-11 21:54 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 [this message]
2024-05-11 21:58   ` Khem Raj

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=20240511215415.GU10433@brightrain.aerifal.cx \
    --to=dalias@libc.org \
    --cc=musl@lists.openwall.com \
    --cc=raj.khem@gmail.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).