mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
28 lines
441 B
Text
28 lines
441 B
Text
|
|
/*
|
||
|
|
* 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 {
|
||
|
|
_mcount;
|
||
|
|
__flt_rounds;
|
||
|
|
fpgetmask;
|
||
|
|
fpgetround;
|
||
|
|
fpgetsticky;
|
||
|
|
fpsetmask;
|
||
|
|
fpsetround;
|
||
|
|
brk;
|
||
|
|
sbrk;
|
||
|
|
};
|
||
|
|
|
||
|
|
FBSDprivate_1.0 {
|
||
|
|
/* PSEUDO syscalls */
|
||
|
|
_getlogin;
|
||
|
|
|
||
|
|
_fpgetsticky;
|
||
|
|
__longjmp;
|
||
|
|
signalcontext;
|
||
|
|
__signalcontext;
|
||
|
|
__syncicache;
|
||
|
|
};
|