mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
734c60ebb6
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>
72 lines
943 B
Plaintext
72 lines
943 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# e*
|
|
endutent;
|
|
|
|
# g*
|
|
getlogin; getlogin_r; getutent; getutent_r; getutid; getutid_r; getutline;
|
|
getutline_r;
|
|
|
|
# p*
|
|
pututline;
|
|
|
|
# s*
|
|
setlogin;
|
|
setutent;
|
|
|
|
# u*
|
|
updwtmp; utmpname;
|
|
|
|
# Symbols formerly in libutil.
|
|
forkpty;
|
|
login;
|
|
login_tty;
|
|
logout;
|
|
logwtmp;
|
|
openpty;
|
|
}
|
|
GLIBC_2.1 {
|
|
# e*
|
|
endutxent;
|
|
|
|
# g*
|
|
getpt; getutxent; getutxid; getutxline; grantpt;
|
|
|
|
# p*
|
|
ptsname; ptsname_r; pututxline;
|
|
|
|
# s*
|
|
setutxent;
|
|
|
|
# u*
|
|
unlockpt; updwtmpx; utmpxname;
|
|
}
|
|
GLIBC_2.1.1 {
|
|
# g*
|
|
getutmpx; getutmp;
|
|
}
|
|
GLIBC_2.2.1 {
|
|
# p*
|
|
posix_openpt;
|
|
}
|
|
GLIBC_2.4 {
|
|
__getlogin_r_chk;
|
|
__ptsname_r_chk;
|
|
}
|
|
GLIBC_2.34 {
|
|
# Symbols formerly in libutil.
|
|
forkpty;
|
|
login;
|
|
login_tty;
|
|
logout;
|
|
logwtmp;
|
|
openpty;
|
|
}
|
|
}
|
|
|
|
libutil {
|
|
GLIBC_2.0 {
|
|
__libutil_version_placeholder;
|
|
}
|
|
}
|