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 alloca; 9 __flt_rounds; 10 rfork_thread; 11 brk; 12 i386_clr_watch; 13 i386_get_fsbase; 14 i386_get_gsbase; 15 i386_get_ioperm; 16 i386_get_ldt; 17 i386_set_fsbase; 18 i386_set_gsbase; 19 i386_set_ioperm; 20 i386_set_ldt; 21 i386_set_watch; 22 i386_vm86; 23 sbrk; 24 ___tls_get_addr; 25}; 26 27FBSD_1.6 { 28 x86_pkru_get_perm; 29 x86_pkru_set_perm; 30 x86_pkru_protect_range; 31 x86_pkru_unprotect_range; 32}; 33 34FBSDprivate_1.0 { 35 /* PSEUDO syscalls */ 36 _getlogin; 37 38 ___longjmp; 39 __longjmp; 40 __signalcontext; 41 signalcontext; 42 __siglongjmp; 43 _vfork; 44 _brk; 45}; 46