Support inotify on older kernels
authorColin Walters <walters@verbum.org>
Tue, 16 Mar 2010 16:16:33 +0000 (12:16 -0400)
committerColin Walters <walters@verbum.org>
Tue, 16 Mar 2010 16:21:52 +0000 (12:21 -0400)
commit8586e83a5c2a0e53964ad6c26b452e2b7709085f
tree7d15b923a8c066dec94d612305fa025fe6073e0f
parent3c657579a0545af63b0286c3c901f7812149f6dc
Support inotify on older kernels

https://bugs.freedesktop.org/show_bug.cgi?id=23957

Previously we detected glibc support at compile time and used
it unconditionally; better to try it and fall back, this way
we continue to run on older kernels when compiled for newer ones.
bus/dir-watch-inotify.c