mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
Fix a typo
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ ifneq ($(CONFIG_NSOCKET_DESCRIPTORS),0)
|
|||||||
|
|
||||||
CSRCS += fs_close.c fs_read.c fs_write.c fs_ioctl.c
|
CSRCS += fs_close.c fs_read.c fs_write.c fs_ioctl.c
|
||||||
|
|
||||||
# Stream support
|
# Support for network access using streams
|
||||||
|
|
||||||
ifneq ($(CONFIG_NFILE_STREAMS),0)
|
ifneq ($(CONFIG_NFILE_STREAMS),0)
|
||||||
CSRCS += fs_fdopen.c
|
CSRCS += fs_fdopen.c
|
||||||
|
|||||||
Reference in New Issue
Block a user