This file is indexed.

/usr/include/proc/wchan.h is in libprocps3-dev 1:3.3.9-1ubuntu2.

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

#include "procps.h"

EXTERN_C_BEGIN

extern const char * lookup_wchan(unsigned KLONG address, unsigned pid);
extern int   open_psdb(const char *__restrict override);
extern int   open_psdb_message(const char *__restrict override, message_fn message);

EXTERN_C_END

#endif