doc: Add missing space in documentation of __TIMESIZE

This commit is contained in:
Jonathan Wakely 2025-05-27 11:42:04 +01:00
parent b4784d61b3
commit a484b76cd7
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ the symbol's name. For instance, the macro @code{__clock_gettime64}
expands to @code{clock_gettime}.
When @code{__TIMESIZE} is set to 64, @theglibc{} will also define
the@code{__USE_TIME_BITS64} macro. It is used by the Linux kernel ABI
the @code{__USE_TIME_BITS64} macro. It is used by the Linux kernel ABI
to set the expected @code{time_t} size used on some syscalls.
These macros are purely internal to @theglibc{} and exist only so that