Page MenuHomeFreeBSD

Add time2posix and posix2time to time.h
ClosedPublic

Authored by eadler on May 23 2018, 5:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 6, 10:39 PM
Unknown Object (File)
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
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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 16777
Build 16663: arc lint + arc unit

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.