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 brk; 9 __flt_rounds; 10 ___tls_get_addr; 11 sbrk; 12}; 13 14FBSDprivate_1.0 { 15 ___longjmp; 16 __longjmp; 17 __signalcontext; 18 signalcontext; 19 __siglongjmp; 20 _brk; 21}; 22