/usr/lib/parrot/6.6.0/include/tm.pasm is in parrot 6.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 17 18 19 20 21 22 23 24 | # ex: set ro ft=c:
# 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
# Local Variables:
# mode: pir
# buffer-read-only: t
# fill-column: 100
# End:
# vim: expandtab shiftwidth=4 ft=pir:
|