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