Hello, (ice-9 poll) reads:
(define-syntax pollfd-offset
(syntax-rules ()
((_ n) (* n 8))))
I guess 8 is really sizeof (struct pollfd), right?
In that case, how about getting it at configure time and exporting it
from C?
Thanks,
Ludo.
