summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Symbol.map
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2007-05-31 13:01:34 +0000
committerdeischen <deischen@FreeBSD.org>2007-05-31 13:01:34 +0000
commitf291262336d4a47cf7043c797cd2e51604b61c70 (patch)
tree410c5b4ce6a9418b9f2612611438ecb465955eeb /lib/libc/gen/Symbol.map
parentdbd8bd0d5f1cb681b17212a132029e82a4c28dae (diff)
downloadFreeBSD-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/gen/Symbol.map')
-rw-r--r--lib/libc/gen/Symbol.map3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/gen/Symbol.map b/lib/libc/gen/Symbol.map
index aac9460..697775a 100644
--- a/lib/libc/gen/Symbol.map
+++ b/lib/libc/gen/Symbol.map
@@ -313,9 +313,6 @@ FBSD_1.0 {
cfmakeraw;
tcsendbreak;
_init_tls;
-#if defined(i386)
- ___tls_get_addr;
-#endif
__tls_get_addr;
tcdrain;
tcflush;
OpenPOWER on IntegriCloud