1# $FreeBSD$ 2 3# 4# This only needs to contain symbols that are not listed in 5# symbol maps from other parts of libc (i.e., not found in 6# stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...). 7# 8FBSD_1.0 { 9 # PSEUDO syscalls 10 _exit; 11 12 _setjmp; 13 _longjmp; 14 fabs; 15 __flt_rounds; 16 fpgetmask; 17 fpgetround; 18 fpgetsticky; 19 fpsetmask; 20 fpsetround; 21 __infinity; 22 __nan; 23 makecontext; 24 modf; 25 setjmp; 26 longjmp; 27 sigsetjmp; 28 siglongjmp; 29 htonl; 30 __hton; 31 htons; 32 __htons; 33 ntohl; 34 __ntohl; 35 ntohs; 36 __ntohs; 37 brk; 38 exect; 39 pipe; 40 sbrk; 41}; 42 43FBSDprivate { 44 # PSEUDO syscalls 45 __sys_getlogin; 46 _getlogin; 47 __sys_exit; 48 49 _set_tp; 50 _fpgetsticky; 51 __makecontext; 52 __longjmp; 53 signalcontext; 54 __signalcontext; 55 __syncicache;; 56 _end; 57 .curbrk; 58 .minbrk; 59 .cerror; 60}; 61