You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "xiaoxiang781216 (via GitHub)" <gi...@apache.org> on 2023/01/26 12:03:04 UTC

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8244: LLVM libcxx upgrade from 12.0.0 to 15.0.7

xiaoxiang781216 commented on code in PR #8244:
URL: https://github.com/apache/nuttx/pull/8244#discussion_r1087761617


##########
include/sys/syscall_lookup.h:
##########
@@ -251,6 +251,7 @@ SYSCALL_LOOKUP(futimens,                   2)
 SYSCALL_LOOKUP(munmap,                     2)
 
 #if defined(CONFIG_PSEUDOFS_SOFTLINKS)
+  SYSCALL_LOOKUP(link,                     2)

Review Comment:
   We plan to implement fs hard link and then link will have a different implementation compared with symlink, so it's better to keep link as a syscall.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org