[PATCH] manual: fix __glock_gettime64 typo
H.J. Lu
hjl.tools@gmail.com
Wed May 7 14:31:43 GMT 2025
On Wed, May 7, 2025 at 9:49 PM Jan Kratochvil <jan@jankratochvil.net> wrote:
>
> ---
> manual/creature.texi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/manual/creature.texi b/manual/creature.texi
> index 09e1c9670f..ebaa16de66 100644
> --- a/manual/creature.texi
> +++ b/manual/creature.texi
> @@ -196,7 +196,7 @@ On such platforms, @theglibc{} will also define @code{__USE_TIME64_REDIRECTS}
> to indicate whether the declarations are expanded to different ones
> (either by redefiniding the symbol name or using symbol aliais).
> For instance, if the symbol @code{clock_gettime} expands to
> -@code{__glock_gettime64}.
> +@code{__clock_gettime64}.
>
> @item
> If @code{_TIME_BITS} is defined to be 32, @code{time_t} is defined to
LGTM.
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
Thanks.
--
H.J.
More information about the Libc-alpha
mailing list