russellallen / self

Making the world safe for objects
http://selflanguage.org
707 stars 76 forks source link

IntervalTimer::enroll_async_if_safe: use Linux kludge on NetBSD and FreeBSD #147

Closed nbuwe closed 10 months ago

nbuwe commented 1 year ago

Use enroll_sync for BSDs, like we already do for Linux, but be a bit pedantic and restrict the #if to i386.

Works around russellallen/self#144