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

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

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


##########
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:
   Maybe this can be a libc call instead of 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