turbo icon indicating copy to clipboard operation
turbo copied to clipboard

sigval and sigevent redeclared

Open tradie opened this issue 9 years ago • 1 comments

union sigval and struct sigevent seem to be declared in syscall (ljsyscall 0.12-1) so I get an error when I'm trying to load turbo. Moving them inside the if not S block above solved it for me.

tradie avatar Jan 11 '17 14:01 tradie

Ok. Will look at moving these inside. Thanks for reporting,

kernelsauce avatar Mar 29 '17 17:03 kernelsauce