glibc/sysdeps/m68k/utmp-size.h
Florian Weimer 4d4da5aab9 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>
2024-04-19 14:38:17 +02:00

4 lines
81 B
C

/* m68k has 2-byte alignment. */
#define UTMP_SIZE 382
#define LASTLOG_SIZE 292