Remove ENABLE_SSSE3_ON_ATOM.
[glibc.git] / dirent / Versions
blob41c15844266ae4402dbbf99fe445880251684df6
1 libc {
2   GLIBC_2.0 {
3     # a*
4     alphasort;
6     # c*
7     closedir;
9     # d*
10     dirfd;
12     # g*
13     getdirentries;
15     # o*
16     opendir;
18     # r*
19     readdir; readdir_r; rewinddir;
21     # s*
22     scandir; seekdir;
24     # t*
25     telldir;
26   }
27   GLIBC_2.1 {
28     # a*
29     alphasort64;
31     # r*
32     readdir64; readdir64_r;
34     # s*
35     scandir64;
37     # v*
38     versionsort; versionsort64;
39   }
40   GLIBC_2.2 {
41     # g*
42     getdirentries64;
43   }
44   GLIBC_2.4 {
45     fdopendir;
46   }