jlaitine commented on code in PR #19116: URL: https://github.com/apache/nuttx/pull/19116#discussion_r3409113968
########## syscall/syscall.csv: ########## @@ -56,7 +56,6 @@ "inotify_rm_watch","sys/inotify.h","defined(CONFIG_FS_NOTIFY)","int","int","int" "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" Review Comment: Sure, I will remove the added libc file and just check the flagging for signo == 0 support in the kernel. But why do we want to keep two syscalls for kill, while we could do with just one? -- 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]
