Fix a typo in a recent commit

This commit is contained in:
Gregory Nutt 2014-12-08 08:28:50 -06:00
parent b7715ee018
commit 58ce5653fb

View File

@ -77,7 +77,7 @@ CSRCS += fs_unlink.c fs_write.c
# Certain interfaces are not available if there is no mountpoint support # Certain interfaces are not available if there is no mountpoint support
ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y) ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y)
CSRCS += fs_fsync CSRCS += fs_fsync.c
endif endif
# Support for positional file access # Support for positional file access