Page MenuHomeFreeBSD

Add time2posix and posix2time to time.h
ClosedPublic

Authored by eadler on May 23 2018, 5:12 AM.
Tags
None
Referenced Files
F150861017: D15530.id.diff
Sat, Apr 4, 1:42 PM
Unknown Object (File)
Wed, Apr 1, 6:05 PM
Unknown Object (File)
Wed, Apr 1, 6:40 AM
Unknown Object (File)
Mon, Mar 30, 2:41 PM
Unknown Object (File)
Fri, Mar 27, 1:18 PM
Unknown Object (File)
Mon, Mar 23, 3:42 PM
Unknown Object (File)
Sun, Mar 22, 10:16 PM
Unknown Object (File)
Sun, Mar 8, 2:36 PM
Subscribers
None

Details

Summary

These are documented in time2posix.3 but the symbols are not actually
visible. Since these are not POSIX hide them behind _BSD_VISIBLE.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Seems pretty sensible to me. These functions are of the same ilk (tzcode inventions) as timelocal (standardized as mktime()) and timegm (standardized as that stupid formula in the POSIX spec).

This revision is now accepted and ready to land.May 23 2018, 7:23 PM
This revision was automatically updated to reflect the committed changes.