Symbol.map (7cd4a832675ea6d396dcb5f7688ac58f4b4645c6) 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, ...).

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

15 _setjmp;
16 _longjmp;
17 alloca;
18 fabs;
19 __flt_rounds;
20 __nan;
21 __infinity;
22 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, ...).

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

15 _setjmp;
16 _longjmp;
17 alloca;
18 fabs;
19 __flt_rounds;
20 __nan;
21 __infinity;
22 makecontext;
23 modf;
24 rfork_thread;
25 setjmp;
26 longjmp;
27 sigsetjmp;
28 siglongjmp;
29 htonl;
30 htons;
31 ntohl;

--- 40 unchanged lines hidden ---
23 rfork_thread;
24 setjmp;
25 longjmp;
26 sigsetjmp;
27 siglongjmp;
28 htonl;
29 htons;
30 ntohl;

--- 40 unchanged lines hidden ---