This file is indexed.

/usr/lib/parrot/3.6.0/include/tm.pasm is in parrot 3.6.0-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
# DO NOT EDIT THIS FILE.
#
# This file is generated automatically from
# src/utils.c by tools/build/h2inc.pl
#
# Any changes made here will be lost.
#
.macro_const TM_SEC   0
.macro_const TM_MIN   1
.macro_const TM_HOUR  2
.macro_const TM_MDAY  3
.macro_const TM_MON   4
.macro_const TM_YEAR  5
.macro_const TM_WDAY  6
.macro_const TM_YDAY  7
.macro_const TM_ISDST 8