aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/aarch64/Symbol.map
blob: 0c00ec281097112c946549c61d73612550a492ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*
 * $FreeBSD$
 */

/*
 * This only needs to contain symbols that are not listed in
 * symbol maps from other parts of libc (i.e., not found in
 * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...).
 */
FBSD_1.0 {
	/* PSEUDO syscalls */
	_exit;

	_setjmp;
	_longjmp;
	fabs;
	__flt_rounds;
	fpgetmask;
	fpsetmask;
	__infinity;
	__nan;
	setjmp;
	longjmp;
	sigsetjmp;
	siglongjmp;
	htonl;
	htons;
	ntohl;
	ntohs;
	vfork;
	brk;
	sbrk;
	makecontext;
};

FBSDprivate_1.0 {
	_set_tp;
	_end;
	__makecontext;
};