Symbol.map (840b91cc52085d26c112e99d733f71eb92c3ff54) | Symbol.map (6232589aeb9b7c1c1e731d9ec324cfdb57202a48) |
---|---|
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, ...). --- 10 unchanged lines hidden (view full) --- 19 fpgetmask; 20 fpgetround; 21 fpgetsticky; 22 fpsetmask; 23 fpsetround; 24 __infinity; 25 __nan; 26 makecontext; | 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, ...). --- 10 unchanged lines hidden (view full) --- 19 fpgetmask; 20 fpgetround; 21 fpgetsticky; 22 fpsetmask; 23 fpsetround; 24 __infinity; 25 __nan; 26 makecontext; |
27 modf; | |
28 setjmp; 29 longjmp; 30 sigsetjmp; 31 siglongjmp; 32 htonl; 33 htons; 34 ntohl; 35 ntohs; --- 24 unchanged lines hidden --- | 27 setjmp; 28 longjmp; 29 sigsetjmp; 30 siglongjmp; 31 htonl; 32 htons; 33 ntohl; 34 ntohs; --- 24 unchanged lines hidden --- |