This file is indexed.

/usr/include/crystalspace-2.0/csutil/scopedmutexlock.h is in libcrystalspace-dev 2.0+dfsg-1build1.

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
// Obsoleted in 1.3
#ifdef CS_COMPILER_GCC
  #warning This file was superseded by csutil/scopedlock.h
#endif
#ifdef CS_COMPILER_MSVC
  #pragma message ("csutil/scopedmutexlock.h was superseded by csutil/scopedlock.h")
#endif

#include "csutil/scopedlock.h"