This file is indexed.

/usr/include/openlibm/types-compat.h is in libopenlibm-dev 0.5.4+dfsg-3.

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 _TYPES_COMPAT_H_
#define	_TYPES_COMPAT_H_

#include <stdint.h>
#include <limits.h>

typedef uint8_t               u_int8_t;
typedef uint16_t              u_int16_t;
typedef uint32_t              u_int32_t;
typedef uint64_t              u_int64_t;


#endif