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

@ -31,7 +31,7 @@ struct timeb
short dstflag;
};
extern int ftime _PARAMS ((struct timeb *));
extern int ftime (struct timeb *);
#ifdef __cplusplus
}