mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
login: Move libutil into libc
The symbols forkpty, login, login_tty, logout, logwtmp, openpty were moved using scripts/move-symbol-to-libc.py. This is a single commit because most of the symbols are tied together via forkpty, for example. Several changes to use hidden prototypes are needed. This commit also updates pseudoterminal terminology on modified lines. For 390 (31-bit), this commit follows the existing style for the compat symbol version creation. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -1,6 +1 @@
|
||||
GLIBC_2.32 forkpty F
|
||||
GLIBC_2.32 login F
|
||||
GLIBC_2.32 login_tty F
|
||||
GLIBC_2.32 logout F
|
||||
GLIBC_2.32 logwtmp F
|
||||
GLIBC_2.32 openpty F
|
||||
GLIBC_2.32 __libutil_version_placeholder F
|
||||
|
Reference in New Issue
Block a user