mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +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
+1
-1
@@ -42,7 +42,7 @@
|
||||
"insmod","nuttx/module.h","defined(CONFIG_MODULE)","FAR void *","FAR const char *","FAR const char *"
|
||||
"ioctl","sys/ioctl.h","","int","int","int","...","unsigned long"
|
||||
"kill","signal.h","","int","pid_t","int"
|
||||
"link","unistd.h","defined(CONFIG_PSEUDOFS_SOFTLINKS)","int","FAR const char *","FAR const char *"
|
||||
"symlink","unistd.h","defined(CONFIG_PSEUDOFS_SOFTLINKS)","int","FAR const char *","FAR const char *"
|
||||
"listen","sys/socket.h","defined(CONFIG_NET)","int","int","int"
|
||||
"lseek","unistd.h","","off_t","int","off_t","int"
|
||||
"lstat","sys/stat.h","","int","FAR const char *","FAR struct stat *"
|
||||
|
||||
|
Reference in New Issue
Block a user