9
0
Fork 0

Remove ftstc(). It is declared but not implemented.

Signed-off-by: Masaki Muranaka <monaka@monami-ya.jp>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Masaki Muranaka 2013-06-03 08:02:38 +09:00 committed by Sascha Hauer
parent eedf216ac7
commit af5c5c8fb2
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ static inline void putchar(char c)
int fprintf(int file, const char *fmt, ...) __attribute__ ((format(__printf__, 2, 3)));
int fputs(int file, const char *s);
int fputc(int file, const char c);
int ftstc(int file);
int fgetc(int file);
#endif /* __STDIO_H */