mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 12:50:05 +00:00
0101a56fd6
* include/stdlib.h: Add __posix_openpt declaration. * stdlib/stdlib.h: Add posix_openpt declaration. * login/Versions: Add posix_openpt for GLIBC_2.2.1. * sysdeps/generic/getpt.c: Define posix_openpt. * sysdeps/unix/bsd/getpt.c: Likewise. * sysdeps/unix/sysv/linux/getpt.c: Likewise.
50 lines
646 B
Plaintext
50 lines
646 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# e*
|
|
endutent;
|
|
|
|
# g*
|
|
getlogin; getlogin_r; getutent; getutent_r; getutid; getutid_r; getutline;
|
|
getutline_r;
|
|
|
|
# p*
|
|
pututline;
|
|
|
|
# s*
|
|
setutent;
|
|
|
|
# u*
|
|
updwtmp; utmpname;
|
|
}
|
|
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;
|
|
}
|
|
}
|
|
|
|
libutil {
|
|
GLIBC_2.0 {
|
|
forkpty; login; login_tty; logout; logwtmp; openpty;
|
|
}
|
|
}
|