XuNeo commented on code in PR #18319:
URL: https://github.com/apache/nuttx/pull/18319#discussion_r2758825860
##########
syscall/syscall.csv:
##########
@@ -18,6 +18,7 @@
"clock_settime","time.h","","int","clockid_t","const struct timespec*"
"close","unistd.h","","int","int"
"connect","sys/socket.h","defined(CONFIG_NET)","int","int","FAR const struct
sockaddr *","socklen_t"
+"coredump","nuttx/coredump.h","defined(CONFIG_COREDUMP)","int","FAR const
struct memory_region_s *","FAR struct lib_outstream_s *","pid_t","FAR void *"
Review Comment:
Remove `"FAR void *"` in the end?
Ref:
```
int coredump(FAR const struct memory_region_s *regions,
FAR struct lib_outstream_s *stream,
pid_t pid)
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]