This file is indexed.

/usr/include/ace/RMCast/Bits.h is in libace-rmcast-dev 6.3.3+dfsg-1.

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
15
16
17
18
19
20
21
// author    : Boris Kolpackov <boris@kolpackov.net>

#ifndef ACE_RMCAST_BITS_H
#define ACE_RMCAST_BITS_H

#include "ace/Auto_Ptr.h"
#include "ace/Thread_Mutex.h"
#include "ace/Condition_T.h"
#include "ace/Synch_Traits.h"

namespace ACE_RMCast
{
  typedef ACE_SYNCH_MUTEX Mutex;
// FUZZ: disable check_for_ACE_Guard
  typedef ACE_Guard<Mutex> Lock;
  typedef ACE_Condition<Mutex> Condition;
// FUZZ: enable check_for_ACE_Guard
}


#endif  // ACE_RMCAST_BITS_H