Fix mingw tools build
mkimage does not build due to missing strtok_r() and getline() implementation Signed-off-by: Remy Bohmer <linux@bohmer.net>
This commit is contained in:
committed by
Wolfgang Denk
parent
6a590c5f5f
commit
faf36c1437
@@ -44,5 +44,7 @@ typedef ULONG ulong;
|
||||
int fsync(int fd);
|
||||
void *mmap(void *, size_t, int, int, int, int);
|
||||
int munmap(void *, size_t);
|
||||
char *strtok_r(char *s, const char *delim, char **save_ptr);
|
||||
int getline(char **lineptr, size_t *n, FILE *stream);
|
||||
|
||||
#endif /* __MINGW_SUPPORT_H_ */
|
||||
|
||||
Reference in New Issue
Block a user