Deleted Added
full compact
Symbol.map (285352) Symbol.map (286959)
1/*
1/*
2 * $FreeBSD: head/lib/libc/aarch64/Symbol.map 285352 2015-07-10 08:36:22Z andrew $
2 * $FreeBSD: head/lib/libc/aarch64/Symbol.map 286959 2015-08-20 13:11:52Z andrew $
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 {
11 /* PSEUDO syscalls */
12 _exit;
13
14 _setjmp;
15 _longjmp;
16 fabs;
17 __flt_rounds;
18 fpgetmask;
19 fpsetmask;
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 {
11 /* PSEUDO syscalls */
12 _exit;
13
14 _setjmp;
15 _longjmp;
16 fabs;
17 __flt_rounds;
18 fpgetmask;
19 fpsetmask;
20 __infinity;
21 __nan;
20 setjmp;
21 longjmp;
22 sigsetjmp;
23 siglongjmp;
24 htonl;
25 htons;
26 ntohl;
27 ntohs;

--- 13 unchanged lines hidden ---
22 setjmp;
23 longjmp;
24 sigsetjmp;
25 siglongjmp;
26 htonl;
27 htons;
28 ntohl;
29 ntohs;

--- 13 unchanged lines hidden ---