Removed my _time() implementation to use newlib provided one.

This commit is contained in:
doragasu 2016-03-31 16:05:15 +02:00
parent f4a5675854
commit 11c9031d9b
3 changed files with 1 additions and 15 deletions

View file

@ -47,12 +47,6 @@ void sntp_initialize(const struct timezone *tz);
*/
void sntp_set_timezone(const struct timezone *tz);
/*
* Returns the time in seconds since Epoch. If tloc is not NULL, return
* value is also stored in the memory pointed by tloc.
*/
time_t time(time_t *tloc);
/*
* Set SNTP servers. Up to SNTP_NUM_SERVERS_SUPPORTED can be set.
* Returns 0 if OK, less than 0 if error.