Newlib: update to version 3.0.0

This commit is contained in:
Our Air Quality 2018-02-17 00:43:18 +11:00
parent a3d94f168b
commit 875aaabebe
50 changed files with 1536 additions and 1651 deletions

View file

@ -21,9 +21,9 @@ struct tms {
clock_t tms_cstime; /* system time, children */
};
clock_t _EXFUN(times,(struct tms *));
clock_t times (struct tms *);
#ifdef _COMPILING_NEWLIB
clock_t _EXFUN(_times,(struct tms *));
clock_t _times (struct tms *);
#endif
#ifdef __cplusplus