Symbol.map (635b2e1e5aca489ca2fe6dc4256832738f977fbe) | Symbol.map (249d5c7acc24cfb69d887afbb3237d8e5902c16d) |
---|---|
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, ...). --- 14 unchanged lines hidden (view full) --- 23 siglongjmp; 24 htonl; 25 htons; 26 ntohl; 27 ntohs; 28 vfork; 29 brk; 30 sbrk; | 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, ...). --- 14 unchanged lines hidden (view full) --- 23 siglongjmp; 24 htonl; 25 htons; 26 ntohl; 27 ntohs; 28 vfork; 29 brk; 30 sbrk; |
31 makecontext; |
|
31}; 32 33FBSDprivate_1.0 { 34 _set_tp; 35 _end; 36 curbrk; 37 minbrk; | 32}; 33 34FBSDprivate_1.0 { 35 _set_tp; 36 _end; 37 curbrk; 38 minbrk; |
39 __makecontext; |
|
38}; | 40}; |