]> git.ipfire.org Git - thirdparty/glibc.git/blob - login/Versions
iconv, localedef: avoid floating point rounding differences [BZ #24372]
[thirdparty/glibc.git] / login / Versions
1 libc {
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*
14 setlogin;
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 }
36 GLIBC_2.1.1 {
37 # g*
38 getutmpx; getutmp;
39 }
40 GLIBC_2.2.1 {
41 # p*
42 posix_openpt;
43 }
44 GLIBC_2.4 {
45 __getlogin_r_chk;
46 __ptsname_r_chk;
47 }
48 }
49
50 libutil {
51 GLIBC_2.0 {
52 forkpty; login; login_tty; logout; logwtmp; openpty;
53 }
54 }