net: endhostdnsent is named _endhostdnsent and is private to netdb family of functions. posix1e: acl_size.c has been never compiled in, so there's no "acl_size". rpc: "getnetid" is a static function. stdtime: "gtime" is #ifdef'ed out in the source. some symbols are specific only to some architectures, e.g., ___tls_get_addr is only defined on i386. __htonl, __htons, __ntohl and __ntohs are no longer functions, they are now (internal) defines in <machine/endian.h>. Submitted by: ru
88 lines
1.1 KiB
Plaintext
88 lines
1.1 KiB
Plaintext
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
/*
|
|
* 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 {
|
|
/* PSEUDO syscalls */
|
|
_exit;
|
|
|
|
__mcount;
|
|
_setjmp;
|
|
_longjmp;
|
|
alloca;
|
|
fabs;
|
|
__infinity;
|
|
__nan;
|
|
makecontext;
|
|
modf;
|
|
setjmp;
|
|
longjmp;
|
|
sigsetjmp;
|
|
siglongjmp;
|
|
htonl;
|
|
htons;
|
|
ntohl;
|
|
ntohs;
|
|
vfork;
|
|
brk;
|
|
cerror; /* XXX - Should this be .cerror (see sys/cerror.S)? */
|
|
fork;
|
|
sbrk;
|
|
};
|
|
|
|
FBSDprivate_1.0 {
|
|
/* PSEUDO syscalls */
|
|
__sys_getlogin;
|
|
_getlogin;
|
|
__sys_exit;
|
|
|
|
_set_tp;
|
|
___longjmp;
|
|
__umodsi3;
|
|
__modsi3;
|
|
__udivsi3;
|
|
__divsi3;
|
|
__makecontext;
|
|
__longjmp;
|
|
signalcontext;
|
|
_signalcontext;
|
|
__siglongjmp;
|
|
__sys_vfork;
|
|
_vfork;
|
|
_brk;
|
|
_end;
|
|
curbrk;
|
|
minbrk;
|
|
_brk;
|
|
__sys_fork;
|
|
_fork;
|
|
_sbrk;
|
|
|
|
/* softfloat */
|
|
__addsf3;
|
|
__adddf3;
|
|
__subsf3;
|
|
__subdf3;
|
|
__mulsf3;
|
|
__muldf3;
|
|
__divsf3;
|
|
__divdf3;
|
|
__floatsisf;
|
|
__floatsidf;
|
|
__floatdisf;
|
|
__floatdidf;
|
|
__fixsfsi;
|
|
__fixdfsi;
|
|
__fixsfdi;
|
|
__fixdfdi;
|
|
__fixunssfsi;
|
|
__fixunsdfsi;
|
|
__extendsfdf2;
|
|
__truncdfsf2;
|
|
};
|