/usr/include/inotifytools/inotify.h is in libinotifytools0-dev 3.14-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | /* libinotifytools/src/inotifytools/inotify.h. Generated from inotify.h.in by configure. */
#ifndef _INOTIFYTOOLS_INOTIFY_H
#define _INOTIFYTOOLS_INOTIFY_H 1
/* this is defined to 1 if <sys/inotify.h> works. */
#define SYS_INOTIFY_H_EXISTS_AND_WORKS 1
#ifdef SYS_INOTIFY_H_EXISTS_AND_WORKS
#include <sys/inotify.h>
#else
#include "inotify-nosys.h"
#endif // SYS_INOTIFY_H_EXISTS_AND_WORKS
#endif
|