aboutsummaryrefslogtreecommitdiff
path: root/src/linker.lds
blob: 1e1b834b9b0e28c6ff3d38b492c61705f340732c (plain) (blame)
1
2
3
4
5
6
7
8
BUN_0.3 {
    global:
	napi*;
	__cxa_atexit;
	__cxa_thread_atexit_impl;
    local:
	*;
};