]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commit
Add musl-imported time functions
authorEduard Vintilă <eduard.vintila47@gmail.com>
Sun, 9 Apr 2023 16:38:35 +0000 (19:38 +0300)
committerUnikraft <monkey@unikraft.io>
Mon, 8 May 2023 10:10:14 +0000 (10:10 +0000)
commitd166c0e3779034857ce55991f0a2b33d2e58bad1
treedf1cdc5e87f0ed95aedd01559c1f89ca3691bb96
parentfdf0defe75ef7d343957c8d1abb90423dd44f9ef
Add musl-imported time functions

Signed-off-by: Eduard Vintilă <eduard.vintila47@gmail.com>
Reviewed-by: Maria Sfiraiala <maria.sfiraiala@gmail.com>
Reviewed-by: Teodor Tiron <teotiron@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #28
Makefile.uk
musl-imported/src/time/__month_to_secs.c [new file with mode: 0644]
musl-imported/src/time/__secs_to_tm.c [new file with mode: 0644]
musl-imported/src/time/__tm_to_secs.c [new file with mode: 0644]
musl-imported/src/time/__year_to_secs.c [new file with mode: 0644]
musl-imported/src/time/time_impl.h [new file with mode: 0644]
musl-imported/src/time/timegm.c [new file with mode: 0644]