Add timeconv module from FreeBSD

Inline license information from FreeBSD root dir COPYRIGHT file.
This commit is contained in:
Guillem Jover
2013-10-11 05:43:42 +02:00
parent f41fdcf186
commit 8d16c3df67
6 changed files with 196 additions and 0 deletions

View File

@@ -113,4 +113,13 @@ LIBBSD_0.6 {
LIBBSD_0.7 {
funopen;
_time32_to_time;
_time_to_time32;
_time64_to_time;
_time_to_time64;
_time_to_long;
_long_to_time;
_time_to_int;
_int_to_time;
} LIBBSD_0.6;