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 # c* 8 cacheflush; 9 } 10 GLIBC_2.2 { 11 # functions used in other libraries 12 __xstat64; __fxstat64; __lxstat64; 13 14 # a* 15 alphasort64; 16 17 # g* 18 glob64; 19 20 # New rlimit interface 21 getrlimit; setrlimit; getrlimit64; 22 23 # r* 24 readdir64; readdir64_r; 25 26 # s* 27 scandir64; 28 29 # v* 30 versionsort64; 31 } 32 GLIBC_2.11 { 33 fallocate64; 34 } 35 GLIBC_2.31 { 36 msgctl; semctl; shmctl; 37 } 38 GLIBC_2.12 { 39 __m68k_read_tp; 40 } 41} 42