This file is indexed.

/usr/lib/gcc-cross/arm-linux-gnueabihf/4.7/include/stdint.h is in libgcc-4.7-dev-armhf-cross 4.7.4-3ubuntu12cross3.

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 _GCC_WRAP_STDINT_H
#if __STDC_HOSTED__
# include_next <stdint.h>
#else
# include "stdint-gcc.h"
#endif
#define _GCC_WRAP_STDINT_H
#endif