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 /* PSEUDO syscalls */ 8 _exit; 9 10 .mcount; 11 _setjmp; 12 _longjmp; 13 fabs; 14 __flt_rounds; 15 fpgetmask; 16 fpsetmask; 17 __infinity; 18 __nan; 19 setjmp; 20 longjmp; 21 sigsetjmp; 22 siglongjmp; 23 htonl; 24 htons; 25 ntohl; 26 ntohs; 27 vfork; 28 makecontext; 29}; 30 31FBSDprivate_1.0 { 32 __makecontext; 33}; 34