]> sourceware.org Git - glibc.git/blob - io/Versions
Update.
[glibc.git] / io / Versions
1 libc {
2 GLIBC_2.0 {
3 # functions which have an additional interface since they are
4 # are cancelable.
5 __libc_open; __libc_close; __libc_read; __libc_write;
6 __libc_lseek; __libc_fcntl;
7
8 # functions used in inline functions or macros
9 __xstat; __fxstat; __lxstat; __xmknod; __write; __close; __fcntl;
10 __lseek; __open; __read;
11
12 # functions used by libstdc++ 2.7.2
13 __dup2; __pipe;
14
15 # a*
16 access;
17
18 # c*
19 chdir; chmod; chown; close; creat;
20
21 # d*
22 dup; dup2;
23
24 # e*
25 euidaccess;
26
27 # f*
28 fchdir; fchmod; fchown; fcntl; flock; fstatfs; fts_children; fts_close;
29 fts_open; fts_read; fts_set; ftw;
30
31 # g*
32 get_current_dir_name; getcwd; getwd;
33
34 # i*
35 isatty;
36
37 # l*
38 lchown; link; lockf; lseek;
39
40 # m*
41 mkdir; mkfifo;
42
43 # o*
44 open;
45
46 # p*
47 pipe; poll;
48
49 # r*
50 read; readlink; rmdir;
51
52 # s*
53 statfs; symlink;
54
55 # t*
56 ttyname; ttyname_r;
57
58 # u*
59 umask; unlink; utime;
60
61 # w*
62 write;
63 }
64 GLIBC_2.1 {
65 # functions used in other libraries
66 __xstat64; __fxstat64; __lxstat64; __poll;
67
68 # c*
69 creat64;
70
71 # f*
72 fstatfs64; fstatvfs; fstatvfs64; ftw64;
73
74 # l*
75 lockf64; lseek64;
76
77 # n*
78 nftw; nftw64;
79
80 # o*
81 open64;
82
83 # s*
84 statfs64; statvfs; statvfs64;
85 }
86 GLIBC_2.1.1 {
87 # l*
88 lockf64;
89 }
90 GLIBC_2.1.3 {
91 # For the cancelation wrappers.
92 __libc_open64; __libc_lseek64;
93 }
94 GLIBC_2.2 {
95 # p*
96 posix_fadvise; posix_fadvise64; posix_fallocate; posix_fallocate64;
97
98 __open64;
99 }
100 }
This page took 0.045031 seconds and 6 git commands to generate.