summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime
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/stdtime
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/stdtime')
-rw-r--r--lib/libc/stdtime/Symbol.map1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/stdtime/Symbol.map b/lib/libc/stdtime/Symbol.map
index 43c1c47..3bee3735 100644
--- a/lib/libc/stdtime/Symbol.map
+++ b/lib/libc/stdtime/Symbol.map
@@ -27,7 +27,6 @@ FBSD_1.0 {
timelocal;
timegm;
timeoff;
- gtime;
time2posix;
posix2time;
difftime;
OpenPOWER on IntegriCloud