Skip to content

Commit bc22bb8

Browse files
authored
Merge pull request #940 from pharo-project/signals-type
Fix signal handler signature
2 parents 1d1fa52 + 4667727 commit bc22bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4398,7 +4398,7 @@ setInterpreter(struct VirtualMachine *anInterpreter)
43984398
/* This wrapper is used to handle the new signature of the function */
43994399

44004400
static void
4401-
reapChildProcessWrapper(int sigNum, struct __siginfo * sigInfo, void * userData){
4401+
reapChildProcessWrapper(int sigNum, siginfo_t * sigInfo, void * userData){
44024402
reapChildProcess(sigNum);
44034403
}
44044404
# endif

0 commit comments

Comments
 (0)