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
+1 -4
View File
@@ -62,15 +62,12 @@ CSRCS += lib_stdsostream.c lib_perror.c lib_feof.c lib_ferror.c
CSRCS += lib_rawinstream.c lib_rawoutstream.c lib_rawsistream.c
CSRCS += lib_rawsostream.c lib_remove.c lib_rewind.c lib_clearerr.c
CSRCS += lib_scanf.c lib_vscanf.c lib_fscanf.c lib_vfscanf.c lib_tmpfile.c
CSRCS += lib_setbuf.c lib_setvbuf.c
endif
CSRCS += lib_tempnam.c lib_tmpnam.c
ifneq ($(CONFIG_STDIO_DISABLE_BUFFERING),y)
CSRCS += lib_setbuf.c lib_setvbuf.c
endif
# Other support that depends on specific, configured features.
# Add the stdio directory to the build