Skip to content

Commit 48e5dfa

Browse files
committed
add missing constants STAT_UID, STAT_GID, STAT_ISLNK
1 parent b4ad9fc commit 48e5dfa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vm/parrot/QAST/Operations.nqp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,9 @@ my %const_map := nqp::hash(
11401140
'STAT_MODIFYTIME', pir::const::STAT_MODIFYTIME,
11411141
'STAT_CHANGETIME', pir::const::STAT_CHANGETIME,
11421142
'STAT_BACKUPTIME', pir::const::STAT_BACKUPTIME,
1143+
'STAT_UID', pir::const::STAT_UID,
1144+
'STAT_GID', pir::const::STAT_GID,
1145+
'STAT_ISLNK', pir::const::STAT_ISLNK,
11431146
'STAT_PLATFORM_DEV', pir::const::STAT_PLATFORM_DEV,
11441147
'STAT_PLATFORM_INODE', pir::const::STAT_PLATFORM_INODE,
11451148
'STAT_PLATFORM_MODE', pir::const::STAT_PLATFORM_MODE,

0 commit comments

Comments
 (0)