]> git.ipfire.org Git - thirdparty/glibc.git/blame - login/Versions
iconv, localedef: avoid floating point rounding differences [BZ #24372]
[thirdparty/glibc.git] / login / Versions
CommitLineData
b0b67c47
UD
1libc {
2 GLIBC_2.0 {
3 # e*
4 endutent;
5
6 # g*
7 getlogin; getlogin_r; getutent; getutent_r; getutid; getutid_r; getutline;
8 getutline_r;
9
10 # p*
11 pututline;
12
13 # s*
8fb16a04 14 setlogin;
b0b67c47
UD
15 setutent;
16
17 # u*
18 updwtmp; utmpname;
19 }
20 GLIBC_2.1 {
21 # e*
22 endutxent;
23
24 # g*
25 getpt; getutxent; getutxid; getutxline; grantpt;
26
27 # p*
28 ptsname; ptsname_r; pututxline;
29
30 # s*
31 setutxent;
32
33 # u*
34 unlockpt; updwtmpx; utmpxname;
35 }
6eb857c7
UD
36 GLIBC_2.1.1 {
37 # g*
38 getutmpx; getutmp;
39 }
0101a56f
UD
40 GLIBC_2.2.1 {
41 # p*
42 posix_openpt;
43 }
bd9ffde6 44 GLIBC_2.4 {
ee586a6d 45 __getlogin_r_chk;
bd9ffde6
RM
46 __ptsname_r_chk;
47 }
b0b67c47
UD
48}
49
50libutil {
51 GLIBC_2.0 {
52 forkpty; login; login_tty; logout; logwtmp; openpty;
53 }
54}