This file is indexed.

/usr/include/proc/whattime.h is in libproc-dev 1:3.2.8-11ubuntu6.

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

#include "procps.h"

EXTERN_C_BEGIN

extern void print_uptime(void);
extern char *sprint_uptime(void);

EXTERN_C_END

#endif