mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
fs: Rename link to symlink
since the current implementation is really a symoblic link not hard link Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: I59d30d0a620b0b5714fe91bbe90d4405cf53d187
This commit is contained in:
committed by
Alin Jerpelea
parent
028d0c0d15
commit
651eefc8f7
@@ -246,7 +246,7 @@ SYSCALL_LOOKUP(telldir, 1)
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_PSEUDOFS_SOFTLINKS)
|
||||
SYSCALL_LOOKUP(link, 2)
|
||||
SYSCALL_LOOKUP(symlink, 2)
|
||||
SYSCALL_LOOKUP(readlink, 3)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user