freebsd-dev/lib/libc/arm
Daniel Eischen 2665faf497 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
2007-05-31 13:01:34 +00:00
..
gen
softfloat Do not declare float_detect_tininess as external if it will be re-delared 2007-05-19 04:34:42 +00:00
stdlib
string
sys Use built-in _end symbol insteadof 'end' for consistency with other 2007-05-19 04:36:34 +00:00
_fpmath.h
arith.h
gd_qnan.h
Makefile.inc
Symbol.map Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
SYS.h