This file is indexed.

/usr/include/libMems-1.6/libMems/dmSML/aPOSIXaio.h is in libmems-1.6-dev 1.6.0+4725-4.

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
#ifndef _aPOSIXaio_h_
#define _aPOSIXaio_h_

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include "libMems/dmSML/asyncio.h"

int OpenPAIO( aFILE * file, const char *path, int mode );
int ClosePAIO( aFILE * file );

int WritePAIO( aFILE * file, aIORec * rec );
int ReadPAIO( aFILE * file, aIORec * rec );

int QueryLastCompletePAIO( aFILE * file );

#endif /* _aPOSIXaio_h_ */