This file is indexed.

/usr/include/ntirpc/misc/os_epoll.h is in libntirpc-dev 1.3.1-1.

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
#ifndef NTIRPC_OS_EPOLL_H
#define NTIRPC_OS_EPOLL_H

#if defined(__linux__)
#include <sys/epoll.h>
#else
/* epoll <-> kevent shim by Boaz Harrosh */
#include <misc/bsd_epoll.h>
#endif

#endif				/* else NTIRPC_OS_EPOLL_H */