Closed razvand closed 3 years ago
time() is now implemented as part of uktime Unikraft library. Remove newlib implementation of time() to have a single definition.
time()
uktime
A test case is here: https://github.com/cs-pub-ro/app-helloworld/tree/time-syscall-newlib
time()
is now implemented as part ofuktime
Unikraft library. Remove newlib implementation oftime()
to have a single definition.