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, May 26, 8:06 AM
Unknown Object (File)
Mon, May 26, 5:19 AM
Unknown Object (File)
Mon, May 26, 5:19 AM
Unknown Object (File)
Tue, May 13, 12:55 AM
Unknown Object (File)
May 3 2025, 9:55 PM
Unknown Object (File)
Apr 23 2025, 5:44 PM
Unknown Object (File)
Apr 23 2025, 5:36 PM
Unknown Object (File)
Apr 20 2025, 8:11 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.