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 <hjl.tools@gmail.com>
This commit is contained in:
Adhemerval Zanella 2024-05-22 14:29:49 -03:00
parent 18dbe27847
commit 1664bbf238

View file

@ -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)