commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hurd, commited] glob64_time64: Fix typo for stub_warning call (BZ #


From: Florian Weimer
Subject: Re: [hurd, commited] glob64_time64: Fix typo for stub_warning call (BZ #30146)
Date: Mon, 20 Feb 2023 12:14:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

* Samuel Thibault:

> We were erroneously reporting a stub warning for glob64 instead of
> glob64_time64.
> ---
>  posix/glob64-time64.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/posix/glob64-time64.c b/posix/glob64-time64.c
> index 69f6f02116..196429eb6a 100644
> --- a/posix/glob64-time64.c
> +++ b/posix/glob64-time64.c
> @@ -45,6 +45,6 @@ __glob64_time64 (const char *pattern, int flags,
>  }
>  libc_hidden_def (__glob64_time64)
>  
> -stub_warning (glob64)
> +stub_warning (glob64_time64)

Shouldn't this be __glob64_time64?

Thanks,
Florian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]