]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Some libc symbol map cleanups.
authorDaniel Eischen <deischen@FreeBSD.org>
Thu, 31 May 2007 13:01:34 +0000 (13:01 +0000)
committerDaniel Eischen <deischen@FreeBSD.org>
Thu, 31 May 2007 13:01:34 +0000 (13:01 +0000)
commit2665faf49713872c4bd3a175f85e6d5254e28259
tree410c5b4ce6a9418b9f2612611438ecb465955eeb
parentabc7d91030f4e3b050970d9049846302c1d015e4
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
lib/libc/amd64/Symbol.map
lib/libc/arm/Symbol.map
lib/libc/gen/Symbol.map
lib/libc/i386/Symbol.map
lib/libc/ia64/Symbol.map
lib/libc/net/Symbol.map
lib/libc/posix1e/Symbol.map
lib/libc/powerpc/Symbol.map
lib/libc/rpc/Symbol.map
lib/libc/sparc64/Symbol.map
lib/libc/stdtime/Symbol.map