This file is indexed.

/usr/include/kvutils/kvu_fd_io.h is in libkvutils-dev 2.8.1-5build1.

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

ssize_t kvu_fd_read(int fd, void *buf, size_t count, int timeout);
ssize_t kvu_fd_write(int fd, const void *buf, size_t count, int timeout);
int kvu_fd_wait(int fd, int timeout);

#endif