Update.
[glibc.git] / io / Versions
blob7892eebd0afa0d02e1bf16727cadf87b5f800c91
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;
8     # functions used in inline functions or macros
9     __xstat; __fxstat; __lxstat; __xmknod; __write; __close; __fcntl;
10     __lseek; __open; __read;
12     # a*
13     access;
15     # c*
16     chdir; chmod; chown; close; creat;
18     # d*
19     dup; dup2;
21     # e*
22     euidaccess;
24     # f*
25     fchdir; fchmod; fchown; fcntl; flock; fstatfs; fts_children; fts_close;
26     fts_open; fts_read; fts_set; ftw;
28     # g*
29     get_current_dir_name; getcwd; getwd;
31     # i*
32     isatty;
34     # l*
35     lchown; link; lockf; lseek;
37     # m*
38     mkdir; mkfifo;
40     # o*
41     open;
43     # p*
44     pipe; poll;
46     # r*
47     read; readlink; rmdir;
49     # s*
50     statfs; symlink;
52     # t*
53     ttyname; ttyname_r;
55     # u*
56     umask; unlink; utime;
58     # w*
59     write;
60   }
61   GLIBC_2.1 {
62     # functions used in other libraries
63     __xstat64; __fxstat64; __lxstat64; __poll;
65     # c*
66     creat64;
68     # f*
69     fstatfs64; fstatvfs; fstatvfs64; ftw64;
71     # l*
72     lockf64; lseek64;
74     # n*
75     nftw; nftw64;
77     # o*
78     open64;
80     # s*
81     statfs64; statvfs; statvfs64;
82   }