From: Adhemerval Zanella Date: Wed, 22 May 2024 17:29:49 +0000 (-0300) Subject: s390: Make utmp32, utmpx32, and login32 shared only (BZ 31790) X-Git-Tag: glibc-2.40~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1664bbf2383bb6a7d0ae7ecee6be3f23ab953466;p=thirdparty%2Fglibc.git s390: Make utmp32, utmpx32, and login32 shared only (BZ 31790) The function that work with 'struct utmp32' and 'struct utmpx32' are only for compat symbols. Reviewed-by: H.J. Lu --- diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/Makefile b/sysdeps/unix/sysv/linux/s390/s390-32/Makefile index 6b6d59b7dd..2a5b4fbb6f 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/Makefile +++ b/sysdeps/unix/sysv/linux/s390/s390-32/Makefile @@ -3,6 +3,7 @@ default-abi := 32 ifeq ($(subdir),login) sysdep_routines += utmp32 utmpx32 login32 +shared-only-routines += utmp32 utmpx32 login32 endif ifeq ($(subdir),misc)