1/* 2 * $FreeBSD$ 3 */ 4 5/* 6 * This only needs to contain symbols that are not listed in 7 * symbol maps from other parts of libc (i.e., not found in 8 * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...). 9 */ 10FBSD_1.0 { 11 /* PSEUDO syscalls */ 12 _exit; 13 14 .mcount; 15 _setjmp; 16 _longjmp; 17 alloca; 18 fabs; 19 __flt_rounds; 20 __nan; 21 __infinity; 22 makecontext; 23 rfork_thread; 24 setjmp; 25 longjmp; 26 sigsetjmp; 27 siglongjmp; 28 htonl; 29 htons; 30 ntohl; 31 ntohs; 32 vfork; 33 brk; 34 i386_clr_watch; 35 i386_get_fsbase; 36 i386_get_gsbase; 37 i386_get_ioperm; 38 i386_get_ldt; 39 i386_set_fsbase; 40 i386_set_gsbase; 41 i386_set_ioperm; 42 i386_set_ldt; 43 i386_set_watch; 44 i386_vm86; 45 sbrk; 46 ___tls_get_addr; 47}; 48 49FBSDprivate_1.0 { 50 /* PSEUDO syscalls */ 51 _getlogin; 52 53 _set_tp; 54 ___longjmp; 55 __makecontext; 56 __longjmp; 57 __signalcontext; 58 signalcontext; 59 __siglongjmp; 60 _vfork; 61 _brk; 62}; 63