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.
1 parent 1d1fa52 commit 4667727Copy full SHA for 4667727
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