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:
Daniel Eischen 2007-05-31 13:01:34 +00:00
parent abc7d91030
commit 2665faf497
11 changed files with 0 additions and 31 deletions

View File

@ -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;

View File

@ -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)? */

View File

@ -313,9 +313,6 @@ FBSD_1.0 {
cfmakeraw;
tcsendbreak;
_init_tls;
#if defined(i386)
___tls_get_addr;
#endif
__tls_get_addr;
tcdrain;
tcflush;

View File

@ -26,13 +26,9 @@ FBSD_1.0 {
longjmp;
sigsetjmp;
siglongjmp;
__htonl;
htonl;
__htons;
htons;
__ntohl;
ntohl;
__ntohs;
ntohs;
vfork;
brk;

View File

@ -29,13 +29,9 @@ FBSD_1.0 {
sigsetjmp;
siglongjmp;
htonl;
__htonl;
htons;
__htons;
ntohl;
__ntohl;
ntohs;
__ntohs;
vfork;
brk;
exect;

View File

@ -19,7 +19,6 @@ FBSD_1.0 {
gai_strerror;
freeaddrinfo;
getaddrinfo;
endhostdnsent;
gethostent;
gethostent_r;
gethostbyname;

View File

@ -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;

View File

@ -30,13 +30,9 @@ FBSD_1.0 {
sigsetjmp;
siglongjmp;
htonl;
__hton;
htons;
__htons;
ntohl;
__ntohl;
ntohs;
__ntohs;
brk;
exect;
pipe;

View File

@ -119,7 +119,6 @@ FBSD_1.0 {
host2netname;
netname2user;
netname2host;
getnetid;
pmap_set;
pmap_unset;
pmap_getmaps;

View File

@ -30,13 +30,9 @@ FBSD_1.0 {
sigsetjmp;
siglongjmp;
htonl;
__htonl;
htons;
__htons;
ntohl;
__ntohl;
ntohs;
__ntohs;
brk;
exect;
sbrk;

View File

@ -27,7 +27,6 @@ FBSD_1.0 {
timelocal;
timegm;
timeoff;
gtime;
time2posix;
posix2time;
difftime;