Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Fix inotify support to work with FreeBSD libinotify #39680

Closed
wants to merge 1 commit into from
Closed

Fix inotify support to work with FreeBSD libinotify #39680

wants to merge 1 commit into from

Commits on Jul 23, 2019

  1. Fix inotify support to work with FreeBSD libinotify

    FreeBSD provides a kqueue-inotify shim in the form of devel/libinotify. However, because it is not in an expected system location, it requires the full path. Otherwise it will fail as though inotify were not present. With this modification, corefx now accepts the libinotify shim, correctly identifies supported functions, and Just Works (for generous values of Works.)
    rootwyrm committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    5e9bba5 View commit details
    Browse the repository at this point in the history