We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d1fa52 + 4667727 commit bc22bb8Copy full SHA for bc22bb8
extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
@@ -4398,7 +4398,7 @@ setInterpreter(struct VirtualMachine *anInterpreter)
4398
/* This wrapper is used to handle the new signature of the function */
4399
4400
static void
4401
-reapChildProcessWrapper(int sigNum, struct __siginfo * sigInfo, void * userData){
+reapChildProcessWrapper(int sigNum, siginfo_t * sigInfo, void * userData){
4402
reapChildProcess(sigNum);
4403
}
4404
# endif
0 commit comments