libc/stdlib: Add recallocarray() function.
[dragonfly.git] / lib / libc / stdlib / Symbol.map
1 DF404.0 {
2     __cxa_atexit;
3     __cxa_finalize;
4     _Exit;
5     _nmalloc_thr_init;
6     _nmalloc_thr_prepfork;
7     _nmalloc_thr_parentfork;
8     _nmalloc_thr_childfork;
9     _system;
10     a64l;
11     abort;
12     abs;
13     aligned_alloc;
14     at_quick_exit;
15     atexit;
16     atof;
17     atof_l;
18     atoi;
19     atoi_l;
20     atol;
21     atol_l;
22     atoll;
23     atoll_l;
24     bsearch;
25     calloc;
26     div;
27     free;
28     getenv;
29     getopt;
30     getopt_long;
31     getopt_long_only;
32     getsubopt;
33     grantpt;
34     hcreate;
35     hdestroy;
36     heapsort;
37     hsearch;
38     imaxabs;
39     imaxdiv;
40     initstate;
41     insque;
42     l64a;
43     l64a_r;
44     labs;
45     ldiv;
46     lfind;
47     llabs;
48     lldiv;
49     lsearch;
50     malloc;
51     mergesort;
52     optarg;
53     opterr;
54     optind;
55     optopt;
56     optreset;
57     posix_memalign;
58     posix_openpt;
59     ptsname;
60     putenv;
61     qsort;
62     qsort_r;
63     quick_exit;
64     radixsort;
65     rand;
66     rand_r;
67     random;
68     realloc;
69     reallocf;
70     realpath;
71     remque;
72     setenv;
73     setstate;
74     sradixsort;
75     srand;
76     sranddev;
77     srandom;
78     srandomdev;
79     strfmon;
80     strfmon_l;
81     strtoimax;
82     strtoimax_l;
83     strtol;
84     strtol_l;
85     strtoll;
86     strtoll_l;
87     strtonum;
88     strtoq;
89     strtoul;
90     strtoul_l;
91     strtoull;
92     strtoull_l;
93     strtoumax;
94     strtoumax_l;
95     strtouq;
96     suboptarg;
97     system;
98     tdelete;
99     tfind;
100     tsearch;
101     twalk;
102     unlockpt;
103     unsetenv;
104 };
105
106 DF410.0 {
107     __calloc;
108     __free;
109     __malloc;
110     __posix_memalign;
111     __realloc;
112 };
113
114 DF504.0 {
115     strsuftoll;
116     strsuftollx;
117 };
118
119 DF506.0 {
120     __aligned_alloc;
121     __cxa_thread_atexit_impl;
122     freezero;
123     reallocarray;
124     recallocarray;
125 };
126
127 /*
128  * ignore WEAK:  __pthread_cxa_finalize;
129  */
130
131 DFprivate_1.0 {
132     __cleanup;
133     __system;
134 };