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 fabs; 18 __flt_rounds; 19 fpgetmask; 20 fpsetmask; 21 __infinity; 22 __nan; 23 setjmp; 24 longjmp; 25 sigsetjmp; 26 siglongjmp; 27 htonl; 28 htons; 29 ntohl; 30 ntohs; 31 vfork; 32 makecontext; 33}; 34 35FBSDprivate_1.0 { 36 __makecontext; 37}; 38