Hello! Jan Nieuwenhuizen <[email protected]> skribis:
> (define prctl > - (if (dynamic-func "prctl" (dynamic-link)) > + (if (catch #t > + (lambda _ (dynamic-func "prctl" (dynamic-link))) > + (const #f)) I changed it to ‘false-if-exception’ and pushed, thanks! There are exciting things going on here it seems. :-) Ludo’.
