Some libc symbol map cleanups.
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
This commit is contained in:
parent
abc7d91030
commit
2665faf497
@ -33,13 +33,9 @@ FBSD_1.0 {
|
||||
sigsetjmp;
|
||||
siglongjmp;
|
||||
htonl;
|
||||
__htonl;
|
||||
htons;
|
||||
__htons;
|
||||
ntohl;
|
||||
__ntohl;
|
||||
ntohs;
|
||||
__ntohs;
|
||||
amd64_get_fsbase;
|
||||
amd64_get_gsbase;
|
||||
amd64_set_fsbase;
|
||||
|
@ -25,13 +25,9 @@ FBSD_1.0 {
|
||||
sigsetjmp;
|
||||
siglongjmp;
|
||||
htonl;
|
||||
__htonl;
|
||||
htons;
|
||||
__htons;
|
||||
ntohl;
|
||||
__ntohl;
|
||||
ntohs;
|
||||
__ntohs;
|
||||
vfork;
|
||||
brk;
|
||||
cerror; /* XXX - Should this be .cerror (see sys/cerror.S)? */
|
||||
|
@ -313,9 +313,6 @@ FBSD_1.0 {
|
||||
cfmakeraw;
|
||||
tcsendbreak;
|
||||
_init_tls;
|
||||
#if defined(i386)
|
||||
___tls_get_addr;
|
||||
#endif
|
||||
__tls_get_addr;
|
||||
tcdrain;
|
||||
tcflush;
|
||||
|
@ -26,13 +26,9 @@ FBSD_1.0 {
|
||||
longjmp;
|
||||
sigsetjmp;
|
||||
siglongjmp;
|
||||
__htonl;
|
||||
htonl;
|
||||
__htons;
|
||||
htons;
|
||||
__ntohl;
|
||||
ntohl;
|
||||
__ntohs;
|
||||
ntohs;
|
||||
vfork;
|
||||
brk;
|
||||
|
@ -29,13 +29,9 @@ FBSD_1.0 {
|
||||
sigsetjmp;
|
||||
siglongjmp;
|
||||
htonl;
|
||||
__htonl;
|
||||
htons;
|
||||
__htons;
|
||||
ntohl;
|
||||
__ntohl;
|
||||
ntohs;
|
||||
__ntohs;
|
||||
vfork;
|
||||
brk;
|
||||
exect;
|
||||
|
@ -19,7 +19,6 @@ FBSD_1.0 {
|
||||
gai_strerror;
|
||||
freeaddrinfo;
|
||||
getaddrinfo;
|
||||
endhostdnsent;
|
||||
gethostent;
|
||||
gethostent_r;
|
||||
gethostbyname;
|
||||
|
@ -37,7 +37,6 @@ FBSD_1.0 {
|
||||
acl_set_permset;
|
||||
acl_set_qualifier;
|
||||
acl_set_tag_type;
|
||||
acl_size;
|
||||
acl_to_text;
|
||||
acl_valid;
|
||||
acl_valid_file_np;
|
||||
|
@ -30,13 +30,9 @@ FBSD_1.0 {
|
||||
sigsetjmp;
|
||||
siglongjmp;
|
||||
htonl;
|
||||
__hton;
|
||||
htons;
|
||||
__htons;
|
||||
ntohl;
|
||||
__ntohl;
|
||||
ntohs;
|
||||
__ntohs;
|
||||
brk;
|
||||
exect;
|
||||
pipe;
|
||||
|
@ -119,7 +119,6 @@ FBSD_1.0 {
|
||||
host2netname;
|
||||
netname2user;
|
||||
netname2host;
|
||||
getnetid;
|
||||
pmap_set;
|
||||
pmap_unset;
|
||||
pmap_getmaps;
|
||||
|
@ -30,13 +30,9 @@ FBSD_1.0 {
|
||||
sigsetjmp;
|
||||
siglongjmp;
|
||||
htonl;
|
||||
__htonl;
|
||||
htons;
|
||||
__htons;
|
||||
ntohl;
|
||||
__ntohl;
|
||||
ntohs;
|
||||
__ntohs;
|
||||
brk;
|
||||
exect;
|
||||
sbrk;
|
||||
|
@ -27,7 +27,6 @@ FBSD_1.0 {
|
||||
timelocal;
|
||||
timegm;
|
||||
timeoff;
|
||||
gtime;
|
||||
time2posix;
|
||||
posix2time;
|
||||
difftime;
|
||||
|
Loading…
x
Reference in New Issue
Block a user