Versions 448 B

123456789101112131415161718192021222324252627282930313233
  1. libc {
  2. GLIBC_2.2 {
  3. # functions used in other libraries
  4. __xstat64; __fxstat64; __lxstat64;
  5. # a*
  6. alphasort64;
  7. # g*
  8. glob64;
  9. # New rlimit interface
  10. getrlimit; setrlimit; getrlimit64;
  11. # r*
  12. readdir64; readdir64_r;
  13. # s*
  14. scandir64;
  15. # v*
  16. versionsort64;
  17. }
  18. GLIBC_2.3.3 {
  19. posix_fadvise64; posix_fallocate64;
  20. }
  21. GLIBC_2.11 {
  22. fallocate64;
  23. }
  24. GLIBC_2.16 {
  25. fanotify_mark;
  26. }
  27. }