mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
Fix a typo in a recent commit
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ CSRCS += fs_unlink.c fs_write.c
|
||||
# Certain interfaces are not available if there is no mountpoint support
|
||||
|
||||
ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y)
|
||||
CSRCS += fs_fsync
|
||||
CSRCS += fs_fsync.c
|
||||
endif
|
||||
|
||||
# Support for positional file access
|
||||
|
||||
Reference in New Issue
Block a user