freebsd-dev/lib/libc/aarch64/Symbol.map
Andrew Turner d422e6f9b5 Add the start of libc and libstand for arm64. Not all of the machine
dependent functions have been implemented, but this is enough for world.

Differential Revision:	https://reviews.freebsd.org/D2132
Reviewed by:	emaste
Sponsored by:	The FreeBSD Foundation
2015-04-07 09:52:14 +00:00

30 lines
394 B
Plaintext

/*
* $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;
setjmp;
longjmp;
sigsetjmp;
siglongjmp;
vfork;
brk;
sbrk;
};
FBSDprivate_1.0 {
_set_tp;
curbrk;
minbrk;
};