about summary refs log tree commit diff
path: root/sysdeps/sh
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 17:48:45 +0200
commit2a41cb9c71ec74f67f40f830b86f103a283c8a95 (patch)
tree9e828a4e4fb61bb80bcb53a839ed67248942cfd9 /sysdeps/sh
parentbcd2bf36b4a40d3d39e3ed83ba433e86f73243c3 (diff)
downloadglibc-2a41cb9c71ec74f67f40f830b86f103a283c8a95.tar.gz
glibc-2a41cb9c71ec74f67f40f830b86f103a283c8a95.tar.xz
glibc-2a41cb9c71ec74f67f40f830b86f103a283c8a95.zip
login: Check default sizes of structs utmp, utmpx, lastlog
The default <utmp-size.h> is for ports with a 64-bit time_t.
Ports with a 32-bit time_t or with __WORDSIZE_TIME64_COMPAT32=1
need to override it.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
(cherry picked from commit 4d4da5aab936504b2d3eca3146e109630d9093c4)
Diffstat (limited to 'sysdeps/sh')
-rw-r--r--sysdeps/sh/utmp-size.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/sh/utmp-size.h b/sysdeps/sh/utmp-size.h
new file mode 100644
index 0000000000..8f21ebe1b6
--- /dev/null
+++ b/sysdeps/sh/utmp-size.h
@@ -0,0 +1,2 @@
+#define UTMP_SIZE 384
+#define LASTLOG_SIZE 292