This file is indexed.

/usr/include/BALL/SYSTEM/systemCalls.h is in libball1.4-dev 1.4.1+20111206-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
14
15
16
17
18
19
// -*- Mode: C++; tab-width: 2; -*-
// vi: set ts=2:
//
// $Id: systemCalls.h,v 1.1.6.1 2007/03/25 21:25:39 oliver Exp $
//

#ifndef BALL_SYSTEM_SYSTEM_CALLS
#define BALL_SYSTEM_SYSTEM_CALLS

#ifndef BALL_COMMON_H
# include <BALL/common.h>
#endif

namespace BALL
{
	BALL_EXPORT void sleepFor(Size mseconds);
}

#endif // BALL_SYSTEM_SYSTEM_CALLS