linguini1 commented on PR #20197: URL: https://github.com/apache/nuttx/pull/20197#issuecomment-5750721947
@acassis should `pthread_sigqueue` really be a syscall? It's a Linux extension. Also, I see that the function signature is causing problems. All the other syscall definitions have arguments which are pointers or ints, but `pthread_sigqueue` takes a `const union sigval` as the last argument which is causing this "aggregate value" error in the build CI when it's trying to cast the sigval to a `uintptr_t`. -- 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]
