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 fpgetround; 17 fpgetsticky; 18 fpsetmask; 19 fpsetround; 20 __infinity; 21 __nan; 22 makecontext; 23 setjmp; 24 longjmp; 25 sigsetjmp; 26 siglongjmp; 27 htonl; 28 htons; 29 ntohl; 30 ntohs; 31 brk; 32 sbrk; 33 vfork; 34}; 35 36FBSD_1.3 { 37 __eabi; 38}; 39 40FBSDprivate_1.0 { 41 /* PSEUDO syscalls */ 42 _getlogin; 43 44 _fpgetsticky; 45 __makecontext; 46 __longjmp; 47 signalcontext; 48 __signalcontext; 49 __syncicache; 50}; 51