diff options
author | deischen <deischen@FreeBSD.org> | 2007-05-31 13:01:34 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2007-05-31 13:01:34 +0000 |
commit | f291262336d4a47cf7043c797cd2e51604b61c70 (patch) | |
tree | 410c5b4ce6a9418b9f2612611438ecb465955eeb /lib/libc/amd64 | |
parent | dbd8bd0d5f1cb681b17212a132029e82a4c28dae (diff) | |
download | FreeBSD-src-f291262336d4a47cf7043c797cd2e51604b61c70.zip FreeBSD-src-f291262336d4a47cf7043c797cd2e51604b61c70.tar.gz |
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
Diffstat (limited to 'lib/libc/amd64')
-rw-r--r-- | lib/libc/amd64/Symbol.map | 4 |
1 files changed, 0 insertions, 4 deletions
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; |