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 _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 _set_tp; 36 __makecontext; 37}; 38