commit | 6b90a02bb4f8c24ffe8787f8ad00199f4d656b7f | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Thu Jul 25 15:53:55 2019 +0300 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Jul 25 13:50:58 2019 -0400 |
tree | a7b5eff26b105bfe78121b66f36a90b3d049e608 | |
parent | b7bb48eeac579b871937e8387af708121b97e6bd [diff] |
libc: minimal: time.h: Don't (re)define struct timespec. By the latest convention, libc's define struct timespec in sys/_timespec.h. This is consistent with Newlib and ensures about errors due to redefinitions. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>