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