mirror of
https://github.com/apache/nuttx.git
synced 2025-12-11 21:20:26 +08:00
fs: Implment link as a normal function instead macro
so "using ::link;" can pass the compiling. This change also simplify the implementation of the hard link in the future.
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
1e3af48fff
commit
a2a542562f
@@ -33,7 +33,7 @@ CSRCS += fs_fsync.c fs_truncate.c
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_PSEUDOFS_SOFTLINKS),0)
|
||||
CSRCS += fs_symlink.c fs_readlink.c
|
||||
CSRCS += fs_link.c fs_symlink.c fs_readlink.c
|
||||
endif
|
||||
|
||||
# Stream support
|
||||
|
||||
Reference in New Issue
Block a user