Deleted Added
full compact
Symbol.map (237039) Symbol.map (237110)
1/*
1/*
2 * $FreeBSD: head/lib/libc/arm/Symbol.map 237039 2012-06-14 03:27:01Z kientzle $
2 * $FreeBSD: head/lib/libc/arm/Symbol.map 237110 2012-06-15 03:57:16Z kientzle $
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 {

--- 15 unchanged lines hidden (view full) ---

26 htonl;
27 htons;
28 ntohl;
29 ntohs;
30 vfork;
31 brk;
32 cerror; /* XXX - Should this be .cerror (see sys/cerror.S)? */
33 sbrk;
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 {

--- 15 unchanged lines hidden (view full) ---

26 htonl;
27 htons;
28 ntohl;
29 ntohs;
30 vfork;
31 brk;
32 cerror; /* XXX - Should this be .cerror (see sys/cerror.S)? */
33 sbrk;
34};
35
36FBSD_1.3 {
34 __flt_rounds;
35};
36
37FBSDprivate_1.0 {
38 /* PSEUDO syscalls */
39 __sys_getlogin;
40 _getlogin;
41 __sys_exit;

--- 39 unchanged lines hidden ---
37 __flt_rounds;
38};
39
40FBSDprivate_1.0 {
41 /* PSEUDO syscalls */
42 __sys_getlogin;
43 _getlogin;
44 __sys_exit;

--- 39 unchanged lines hidden ---