This file is indexed.

/usr/lib/gcc-cross/powerpc-linux-gnu/4.8/include-fixed/syslimits.h is in libgcc-4.8-dev-powerpc-cross 4.8.5-4ubuntu2cross3.

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
/* syslimits.h stands for the system's own limits.h file.
   If we can use it ok unmodified, then we install this text.
   If fixincludes fixes it, then the fixed version is installed
   instead of this text.  */

#define _GCC_NEXT_LIMITS_H		/* tell gcc's limits.h to recurse */
#include_next <limits.h>
#undef _GCC_NEXT_LIMITS_H