stdio: remove depends on setbuf setvbuf

N/A

Cause the function realize will handle this

Change-Id: I154c21c7a40667afae423bb0ebb67de8f5fc42fd
Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
ligd
2020-10-26 18:29:27 +08:00
committed by Brennan Ashton
parent 07fc24ba99
commit b69c587dc9
3 changed files with 1 additions and 8 deletions
-2
View File
@@ -164,10 +164,8 @@ FAR char *gets(FAR char *s);
FAR char *gets_s(FAR char *s, rsize_t n);
void rewind(FAR FILE *stream);
#ifndef CONFIG_STDIO_DISABLE_BUFFERING
void setbuf(FAR FILE *stream, FAR char *buf);
int setvbuf(FAR FILE *stream, FAR char *buffer, int mode, size_t size);
#endif
int ungetc(int c, FAR FILE *stream);