diff options
author | Florian Weimer <fweimer@redhat.com> | 2024-04-19 14:38:17 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2024-05-02 13:20:27 +0200 |
commit | 9831f98c266a8d56d1bf729b709c08e40375540c (patch) | |
tree | cd3280721e49b69451b3e8b2fa245348cf768e93 /sysdeps/nios2 | |
parent | fd658f026f25cf59e8db243bc3b3e09cd5a20ba0 (diff) | |
download | glibc-9831f98c266a8d56d1bf729b709c08e40375540c.zip glibc-9831f98c266a8d56d1bf729b709c08e40375540c.tar.gz glibc-9831f98c266a8d56d1bf729b709c08e40375540c.tar.bz2 |
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/nios2')
-rw-r--r-- | sysdeps/nios2/utmp-size.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/nios2/utmp-size.h b/sysdeps/nios2/utmp-size.h new file mode 100644 index 0000000..8f21ebe --- /dev/null +++ b/sysdeps/nios2/utmp-size.h @@ -0,0 +1,2 @@ +#define UTMP_SIZE 384 +#define LASTLOG_SIZE 292 |