freebsd-nq/lib/libc
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
..
amd64 Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
arm Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
compat-43 Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
db The usage of "info" in init_hash() is read-only, so constify 2007-05-25 09:57:48 +00:00
gdtoa Fix a rounding error. 2007-05-08 02:59:37 +00:00
gen Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
gmon Remove .mcount from gmon's Symbol map and add it to the appropriate 2007-05-13 14:16:55 +00:00
i386 Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
ia64 Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
include Remove 3rd clause, renumber, ok per email 2007-01-12 07:31:30 +00:00
inet Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
isc Merge BIND9 9.3.3 into main chunk. 2006-12-15 20:59:55 +00:00
locale - Fix typo 2007-05-04 16:01:07 +00:00
nameser Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
net Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
nls Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
posix1e Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
powerpc Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
quad Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
regex Const'ify and ANSIfy the internal interfaces of regex(3). 2007-05-25 12:44:58 +00:00
resolv Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
rpc Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
softfloat Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
sparc64 Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
stdio We should never zero-pad INF or NaN (yielding silly strings like "00inf") 2007-05-08 03:08:28 +00:00
stdlib Backout 1.5 as requested by deischen 2007-05-22 05:28:40 +00:00
stdtime Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
string Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
sys Correct spelling errors in comments. 2007-05-28 11:36:43 +00:00
uuid Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
xdr Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
yp Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
Makefile Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGS 2007-05-19 16:38:39 +00:00
Versions.def Make sure FBSDprivate_1.0 is located at the end of the version 2007-04-29 16:14:17 +00:00