1/* 2 * This only needs to contain symbols that are not listed in 3 * symbol maps from other parts of libc (i.e., not found in 4 * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...). 5 */ 6FBSD_1.0 { 7 .mcount; 8 __flt_rounds; 9 ___tls_get_addr; 10}; 11 12FBSDprivate_1.0 { 13 ___longjmp; 14 __longjmp; 15 __signalcontext; 16 signalcontext; 17 __siglongjmp; 18}; 19