diff options
author | Florian Weimer <fweimer@redhat.com> | 2024-04-19 14:38:17 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2024-04-19 14:38:17 +0200 |
commit | 4d4da5aab936504b2d3eca3146e109630d9093c4 (patch) | |
tree | 3f85cf7f752600c645916c8f8b502ae4f0013aef /sysdeps/hppa/utmp-size.h | |
parent | 0997c3d0c87433ac8c78043aaa9b6b7e91df2882 (diff) | |
download | glibc-4d4da5aab936504b2d3eca3146e109630d9093c4.tar.gz glibc-4d4da5aab936504b2d3eca3146e109630d9093c4.tar.xz glibc-4d4da5aab936504b2d3eca3146e109630d9093c4.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>
Diffstat (limited to 'sysdeps/hppa/utmp-size.h')
-rw-r--r-- | sysdeps/hppa/utmp-size.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/hppa/utmp-size.h b/sysdeps/hppa/utmp-size.h new file mode 100644 index 0000000000..8f21ebe1b6 --- /dev/null +++ b/sysdeps/hppa/utmp-size.h @@ -0,0 +1,2 @@ +#define UTMP_SIZE 384 +#define LASTLOG_SIZE 292 |