All of lore.kernel.org
 help / color / mirror / Atom feed
* v2: Y2038: Sanity checker for non-64-bit time and file functions
@ 2022-12-16 11:46 Ola x Nilsson
  2022-12-16 11:46 ` [PATCH RFC v2 1/2] Add QA check for 32 bit time and file offset functions Ola x Nilsson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ola x Nilsson @ 2022-12-16 11:46 UTC (permalink / raw)
  To: openembedded-core

v2:

Renamed conf/distro/time64.conf -> conf/distro/time64.inc
Use SITEINFO_BITS to select when to apply GLIBC_64BIT_TIME_FLAGS.


I did not add _LARGEFILE to the option yet as I do not believe it is
the right place.
The _TIME_BITS=64 and _FILE_OFFSET_BITS=64 option redefine types and
functions.  The _LARGEFILE* options add new types and functions.  The
purpose of the time64.inc file is to enforce the redefinition of
time_t and other types in code that has not bothered before.  The
_LARGEFILE* options should probably only be used by code that has
explicitly chosen to use these glibc extensions, possible configured
by autoconf.

--
Ola Nilsson







^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-16 11:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-16 11:46 v2: Y2038: Sanity checker for non-64-bit time and file functions Ola x Nilsson
2022-12-16 11:46 ` [PATCH RFC v2 1/2] Add QA check for 32 bit time and file offset functions Ola x Nilsson
2022-12-16 11:46 ` [PATCH RFC v2 2/2] time64.inc: Include to enable 64 bit time flags Ola x Nilsson
2022-12-16 11:47 ` [OE-core] v2: Y2038: Sanity checker for non-64-bit time and file functions Ola x Nilsson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.