doc: Fix typos in documentation of _TIME_BITS

This commit is contained in:
Jonathan Wakely 2025-05-27 11:15:22 +01:00
parent a2d2c62072
commit b4784d61b3
1 changed files with 2 additions and 2 deletions

View File

@ -194,9 +194,9 @@ a fallback code is used with legacy (i.e. 32-bit) syscalls.
On such platforms, @theglibc{} will also define @code{__USE_TIME64_REDIRECTS} On such platforms, @theglibc{} will also define @code{__USE_TIME64_REDIRECTS}
to indicate whether the declarations are expanded to different ones to indicate whether the declarations are expanded to different ones
(either by redefiniding the symbol name or using symbol aliais). (either by redefining the symbol name or using a symbol alias).
For instance, if the symbol @code{clock_gettime} expands to For instance, if the symbol @code{clock_gettime} expands to
@code{__glock_gettime64}. @code{__clock_gettime64}.
@item @item
If @code{_TIME_BITS} is defined to be 32, @code{time_t} is defined to If @code{_TIME_BITS} is defined to be 32, @code{time_t} is defined to