1libc { 2 GLIBC_2.0 { 3 # Exception handling support functions from libgcc 4 __register_frame; __register_frame_table; __deregister_frame; 5 __frame_state_for; __register_frame_info_table; 6 } 7 GLIBC_2.2 { 8 # functions used in other libraries 9 __xstat64; __fxstat64; __lxstat64; 10 11 # g* 12 glob64; 13 14 # r* 15 readdir64; readdir64_r; 16 17 # s* 18 scandir64; 19 } 20 GLIBC_2.11 { 21 fallocate64; 22 } 23} 24