From f291262336d4a47cf7043c797cd2e51604b61c70 Mon Sep 17 00:00:00 2001 From: deischen Date: Thu, 31 May 2007 13:01:34 +0000 Subject: 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 . Submitted by: ru --- lib/libc/amd64/Symbol.map | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/libc/amd64') diff --git a/lib/libc/amd64/Symbol.map b/lib/libc/amd64/Symbol.map index 2ba706a..ab85781 100644 --- a/lib/libc/amd64/Symbol.map +++ b/lib/libc/amd64/Symbol.map @@ -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; -- cgit v1.1