about summary refs log tree commit diff
path: root/login/tst-utmp-size-64.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2024-04-19 14:38:17 +0200
committerFlorian Weimer <fweimer@redhat.com>2024-05-02 13:20:27 +0200
commit836d43b98973e0845b739ff5d3aad3af09dc7d0f (patch)
tree9a22a49a4b3f221f2a9aa0c99f957dafd5059aba /login/tst-utmp-size-64.c
parent9831f98c266a8d56d1bf729b709c08e40375540c (diff)
downloadglibc-836d43b98973e0845b739ff5d3aad3af09dc7d0f.tar.gz
glibc-836d43b98973e0845b739ff5d3aad3af09dc7d0f.tar.xz
glibc-836d43b98973e0845b739ff5d3aad3af09dc7d0f.zip
login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)
These structs describe file formats under /var/log, and should not
depend on the definition of _TIME_BITS.  This is achieved by
defining __WORDSIZE_TIME64_COMPAT32 to 1 on 32-bit ports that
support 32-bit time_t values (where __time_t is 32 bits).

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
(cherry picked from commit 9abdae94c7454c45e02e97e4ed1eb1b1915d13d8)
Diffstat (limited to 'login/tst-utmp-size-64.c')
-rw-r--r--login/tst-utmp-size-64.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/login/tst-utmp-size-64.c b/login/tst-utmp-size-64.c
new file mode 100644
index 0000000000..7a581a4c12
--- /dev/null
+++ b/login/tst-utmp-size-64.c
@@ -0,0 +1,2 @@
+/* The on-disk layout must not change in time64 mode.  */
+#include "tst-utmp-size.c"