stdio: Merge fs_fdopen into fdopen to simplify the code logi

since fs_fdopen could avoid call the kernel specific function now

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-10-15 15:47:12 +08:00
committed by archer
parent 62c2b1abba
commit b1c8c84e81
7 changed files with 72 additions and 265 deletions

View File

@@ -39,12 +39,6 @@ ifeq ($(CONFIG_PSEUDOFS_FILE),y)
CSRCS += fs_pseudofile.c
endif
# Stream support
ifeq ($(CONFIG_FILE_STREAM),y)
CSRCS += fs_fdopen.c
endif
# Support for eventfd
ifeq ($(CONFIG_EVENT_FD),y)