mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +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)
|
ifeq ($(subdir),login)
|
||||||
sysdep_routines += utmp32 utmpx32 login32
|
sysdep_routines += utmp32 utmpx32 login32
|
||||||
|
shared-only-routines += utmp32 utmpx32 login32
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),misc)
|
ifeq ($(subdir),misc)
|
||||||
|
Reference in New Issue
Block a user