summaryrefslogtreecommitdiffstats
path: root/include/time.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-06-17 01:42:33 +0000
committerwollman <wollman@FreeBSD.org>2002-06-17 01:42:33 +0000
commit0fce088cee476b60600f71d63c094206c3ea2b2c (patch)
tree411a745142198c858c96faddc0ee4851ce65f9de /include/time.h
parent87166b18b9764580f15c904fb3f8e4e7ef692b6a (diff)
downloadFreeBSD-src-0fce088cee476b60600f71d63c094206c3ea2b2c.zip
FreeBSD-src-0fce088cee476b60600f71d63c094206c3ea2b2c.tar.gz
Move dillon's time conversion functions to a new header <timeconv.h>.
Since they were never documented and have never appeared in a FreeBSD release, no repo-copy of the header is done. This removes namespace pollution from <time.h>.
Diffstat (limited to 'include/time.h')
-rw-r--r--include/time.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/time.h b/include/time.h
index d82a5c2..beec150 100644
--- a/include/time.h
+++ b/include/time.h
@@ -124,17 +124,6 @@ time_t mktime(struct tm *);
size_t strftime(char *, size_t, const char *, const struct tm *);
time_t time(time_t *);
-#if __BSD_VISIBLE /* XXX what are these? */
-time_t _time32_to_time(__int32_t t32);
-__int32_t _time_to_time32(time_t t);
-time_t _time64_to_time(__int64_t t64);
-__int64_t _time_to_time64(time_t t);
-long _time_to_long(time_t t);
-time_t _long_to_time(long tlong);
-int _time_to_int(time_t t);
-time_t _int_to_time(int tint);
-#endif /* not ANSI */
-
#if __POSIX_VISIBLE
void tzset(void);
OpenPOWER on IntegriCloud