mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove symbols that should not be exported.
Submitted by: das MFC after re@ approval
This commit is contained in:
parent
5efb0f8d7a
commit
b46286393c
1 changed files with 0 additions and 29 deletions
|
|
@ -5,38 +5,9 @@
|
|||
FBSD_1.0 {
|
||||
/*
|
||||
* Standard functions from contrib/gdtoa
|
||||
* (dtoa is renamed to __dtoa and not exported)
|
||||
*/
|
||||
freedtoa;
|
||||
g_Qfmt;
|
||||
g_ddfmt;
|
||||
g_dfmt;
|
||||
g_ffmt;
|
||||
g_xLfmt;
|
||||
g_xfmt;
|
||||
gdtoa;
|
||||
strtoIQ;
|
||||
strtoId;
|
||||
strtoIdd;
|
||||
strtoIf;
|
||||
strtoIx;
|
||||
strtoIxL;
|
||||
strtod;
|
||||
strtodI;
|
||||
strtodg;
|
||||
strtof;
|
||||
strtopQ;
|
||||
strtopd;
|
||||
strtopdd;
|
||||
strtopf;
|
||||
strtopx;
|
||||
strtopxL;
|
||||
strtorQ;
|
||||
strtord;
|
||||
strtordd;
|
||||
strtorf;
|
||||
strtorx;
|
||||
strtorxL;
|
||||
|
||||
/* FreeBSD additions */
|
||||
strtold;
|
||||
|
|
|
|||
Loading…
Reference in a new issue