mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01: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:
parent
18dbe27847
commit
1664bbf238
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue