genode/repos/libports/src/lib/musl_tm
Christian Helmuth 0037edfeee libports: minimal time-type conversion from musl
These are time-type conversion functions (including leap years and
seconds) taken from musl-libc git rev
c82d3bada30cb27e14abda7859da5d2e784830ff with some adaptions. Musl is
licensed under permissive MIT license.

Issue #3450
2019-08-21 12:37:02 +02:00
..
README libports: minimal time-type conversion from musl 2019-08-21 12:37:02 +02:00
secs_to_tm.c libports: minimal time-type conversion from musl 2019-08-21 12:37:02 +02:00
tm.h libports: minimal time-type conversion from musl 2019-08-21 12:37:02 +02:00
tm_to_secs.c libports: minimal time-type conversion from musl 2019-08-21 12:37:02 +02:00

README

These are time-type conversion functions (including leap years and
seconds) taken from musl-libc git rev c82d3bada30cb27e14abda7859da5d2e784830ff
with some adaptions. Musl is licensed under permissive MIT license.