This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/2 v3] tst-fanotify: new simple test


On 03-09-2013 00:23, Mike Frysinger wrote:
> On Monday 02 September 2013 23:20:36 Mike Frysinger wrote:
>> Basic test for the fanotify functions.
> i've pushed the v3 patchset now
> -mike

Hi,

The minimum supported Linux kernel version for current GLIBC is 2.6.16 and fanotify
was added int 2.6.36 and enabled in 2.6.37. The test build is failing on older kernels
that does not provides "linux/fanotify.h" (RHEL6 for instance). You will need to
either disable the test altogether or sets it to return a dummy value if the
kernel does not supports it.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]