summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/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/posix1e/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/posix1e/Symbol.map')
-rw-r--r--lib/libc/posix1e/Symbol.map1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/posix1e/Symbol.map b/lib/libc/posix1e/Symbol.map
index 72ad6d7..dd3c08f 100644
--- a/lib/libc/posix1e/Symbol.map
+++ b/lib/libc/posix1e/Symbol.map
@@ -37,7 +37,6 @@ FBSD_1.0 {
acl_set_permset;
acl_set_qualifier;
acl_set_tag_type;
- acl_size;
acl_to_text;
acl_valid;
acl_valid_file_np;
OpenPOWER on IntegriCloud