[racket-dev] Compile issue in src/racket/gc2/sighand.c
10 minutes ago, crdueck wrote:
>
> i opened src/racket/gc2/sighand.c and looked at the offending line
> 63, where struct siginfo doesnt seem to be an actual
> struct. Scrolling down a bit more to line 131, i see that siginfo_t
> is a valid typedef so on line 63 i did s/struct siginfo/siginfo_t/
> and the syntax errors disappeared.
This looks like it confirms this fix:
http://sourceware.org/ml/libc-alpha/2012-03/msg00414.html
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!