1/* 2 */ 3 4/* 5 * This only needs to contain symbols that are not listed in 6 * symbol maps from other parts of libc (i.e., not found in 7 * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...). 8 */ 9FBSD_1.0 { 10 /* PSEUDO syscalls */ 11 _exit; 12 13 .mcount; 14 _setjmp; 15 _longjmp; 16 fabs; 17 __flt_rounds; 18 fpgetmask; 19 fpsetmask; 20 __infinity; 21 __nan; 22 setjmp; 23 longjmp; 24 sigsetjmp; 25 siglongjmp; 26 htonl; 27 htons; 28 ntohl; 29 ntohs; 30 vfork; 31 makecontext; 32}; 33 34FBSDprivate_1.0 { 35 __makecontext; 36}; 37