mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user