Commit d6e41189 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Fix build issue on FreeBSD due to missing sys/eventfd.h header.

Commit 943c4a13 introduced _register_oom_notifications()
which relies on eventfd() to subscribe to the memory.oom_control file.

As eventfd is unavailable on FreeBSD, disable this functionality
until some alternative implementation can be created.

Bug 4845.
parent 6e7dcfe4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment