mirror of
https://github.com/commaai/msgq.git
synced 2026-06-13 08:25:46 +08:00
* Add runtime checks for event API on macOS * Fix stub ppoll impl * Fix lint issues * Remove assert from event_state_shm_mmap * Add variable args in ppoll macro * Skip fake socket tests on macOS * Add missing newline * PPOLL and ppoll_impl definitions * Update macro signature * Fix issues on linux * Stub empty implementation of event for macos * Go back to shorter fds/timeout initialization * Complete stub implementation of event api * Fix unused variable warning * Remove extra space