[PATCH] manual: fix __glock_gettime64 typo

Carlos O'Donell carlos@redhat.com
Mon May 12 13:30:52 GMT 2025


On 5/7/25 10:31 AM, H.J. Lu wrote:
> 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>

Please push with your RB added.

-- 
Cheers,
Carlos.



More information about the Libc-alpha mailing list