1/*
2 * $FreeBSD$
3 */
4
5FBSD_1.0 {
6	_Exit;
7	a64l;
8	abort;
9	abs;
10	atexit;
11	__cxa_atexit;
12	__cxa_finalize;
13	atof;
14	atoi;
15	atol;
16	atoll;
17	bsearch;
18	div;
19	__isthreaded;
20	exit;
21	getenv;
22	opterr;
23	optind;
24	optopt;
25	optreset;
26	optarg;
27	getopt;
28	getopt_long;
29	getopt_long_only;
30	suboptarg;
31	getsubopt;
32	grantpt;
33	ptsname;
34	unlockpt;
35	hcreate;
36	hdestroy;
37	hsearch;
38	heapsort;
39	imaxabs;
40	imaxdiv;
41	insque;
42	l64a;
43	l64a_r;
44	labs;
45	ldiv;
46	llabs;
47	lldiv;
48	lsearch;
49	lfind;
50	_malloc_options;
51	_malloc_message;
52	malloc;
53	posix_memalign;
54	calloc;
55	realloc;
56	free;
57	malloc_usable_size;
58	mergesort;
59	putenv;
60	qsort_r;
61	qsort;
62	radixsort;
63	sradixsort;
64	rand_r;
65	rand;
66	srand;
67	sranddev;
68	srandom;
69	srandomdev;
70	initstate;
71	setstate;
72	random;
73	reallocf;
74	realpath;
75	remque;
76	setenv;
77	unsetenv;
78	strfmon;
79	strtoimax;
80	strtol;
81	strtoll;
82	strtonum;
83	strtoq;
84	strtoul;
85	strtoull;
86	strtoumax;
87	strtouq;
88	system;
89	tdelete;
90	tfind;
91	tsearch;
92	twalk;
93};
94
95FBSD_1.3 {
96	aligned_alloc;
97	atof_l;
98	atoi_l;
99	atol_l;
100	atoll_l;
101	at_quick_exit;
102	quick_exit;
103	strtod_l;
104	strtol_l;
105	strtoll_l;
106	strtof_l;
107	strtoimax_l;
108	strtold_l;
109	strtoq_l;
110	strtoul_l;
111	strtoull_l;
112	strtoumax_l;
113	strtouq_l;
114};
115
116FBSDprivate_1.0 {
117	_malloc_thread_cleanup;
118	_malloc_prefork;
119	_malloc_postfork;
120	__system;
121	_system;
122};
123