aboutsummaryrefslogtreecommitdiff
path: root/login/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2024-04-19 14:38:17 +0200
committerFlorian Weimer <fweimer@redhat.com>2024-04-19 14:38:17 +0200
commit4d4da5aab936504b2d3eca3146e109630d9093c4 (patch)
tree3f85cf7f752600c645916c8f8b502ae4f0013aef /login/Makefile
parent0997c3d0c87433ac8c78043aaa9b6b7e91df2882 (diff)
downloadglibc-4d4da5aab936504b2d3eca3146e109630d9093c4.zip
glibc-4d4da5aab936504b2d3eca3146e109630d9093c4.tar.gz
glibc-4d4da5aab936504b2d3eca3146e109630d9093c4.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>
Diffstat (limited to 'login/Makefile')
-rw-r--r--login/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/login/Makefile b/login/Makefile
index 1e22008..b26ac42 100644
--- a/login/Makefile
+++ b/login/Makefile
@@ -44,7 +44,7 @@ subdir-dirs = programs
vpath %.c programs
tests := tst-utmp tst-utmpx tst-grantpt tst-ptsname tst-getlogin tst-updwtmpx \
- tst-pututxline-lockfail tst-pututxline-cache
+ tst-pututxline-lockfail tst-pututxline-cache tst-utmp-size
# Empty compatibility library for old binaries.
extra-libs := libutil