tonyg / racket-unix-signals

Sending and handling Unix signals from Racket
Other
7 stars 4 forks source link

Handle lack of SIGPOLL on FreeBSD. #3

Closed jessealama closed 2 years ago

jessealama commented 4 years ago

With this change, unix-signals builds cleanly on FreeBSD 12.1. (I didn't check older versions of FreeBSD.)

jessealama commented 4 years ago

(FYI: I naively tried to get this to work on OpenBSD 6.6, to no avail. The C extension compiles if you add !defined(__OpenBSD__), but there's some other issue that should be handled separately from this pull request.)

tonyg commented 2 years ago

Sorry this has sat for so long unreviewed. Such a simple change too! Happy to merge it.

tonyg commented 2 years ago

Merged in https://github.com/tonyg/racket-unix-signals/commit/d51fb7eb7a36c10369fbcbde09f11af66f121870. Thanks again Jesse.