glibc/sysdeps/gnu/bits
Florian Weimer 5361ad3910 login: Use unsigned 32-bit types for seconds-since-epoch
These fields store timestamps when the system was running.  No Linux
systems existed before 1970, so these values are unused.  Switching
to unsigned types allows continued use of the existing struct layouts
beyond the year 2038.

The intent is to give distributions more time to switch to improved
interfaces that also avoid locking/data corruption issues.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2024-04-19 14:38:17 +02:00
..
types Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ipc-perm.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ipc.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
msq.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sem.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
shm.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
utmpx.h login: Use unsigned 32-bit types for seconds-since-epoch 2024-04-19 14:38:17 +02:00