mirror of git://sourceware.org/git/glibc.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 <hjl.tools@gmail.com>
This commit is contained in:
parent
18dbe27847
commit
1664bbf238
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue