aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2007-05-31 13:01:34 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2007-05-31 13:01:34 +0000
commit2665faf49713872c4bd3a175f85e6d5254e28259 (patch)
tree410c5b4ce6a9418b9f2612611438ecb465955eeb /lib/libc/amd64
parentabc7d91030f4e3b050970d9049846302c1d015e4 (diff)
downloadsrc-2665faf49713872c4bd3a175f85e6d5254e28259.tar.gz
src-2665faf49713872c4bd3a175f85e6d5254e28259.zip
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
Notes
Notes: svn path=/head/; revision=170154
Diffstat (limited to 'lib/libc/amd64')
-rw-r--r--lib/libc/amd64/Symbol.map4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/amd64/Symbol.map b/lib/libc/amd64/Symbol.map
index 2ba706aa043f..ab8578150c26 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;