]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
s390: Make utmp32, utmpx32, and login32 shared only (BZ 31790)
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 22 May 2024 17:29:49 +0000 (14:29 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 23 May 2024 12:36:08 +0000 (09:36 -0300)
The function that work with 'struct utmp32' and 'struct utmpx32'
are only for compat symbols.
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/unix/sysv/linux/s390/s390-32/Makefile

index 6b6d59b7ddde53e3273a15fc3dd3c56fc3469721..2a5b4fbb6f4b840d83a00db2adf06b483e4dfe2f 100644 (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)