Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add missing constants STAT_UID, STAT_GID, STAT_ISLNK
  • Loading branch information
labster committed May 9, 2013
1 parent b4ad9fc commit 48e5dfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vm/parrot/QAST/Operations.nqp
Expand Up @@ -1140,6 +1140,9 @@ my %const_map := nqp::hash(
'STAT_MODIFYTIME', pir::const::STAT_MODIFYTIME,
'STAT_CHANGETIME', pir::const::STAT_CHANGETIME,
'STAT_BACKUPTIME', pir::const::STAT_BACKUPTIME,
'STAT_UID', pir::const::STAT_UID,
'STAT_GID', pir::const::STAT_GID,
'STAT_ISLNK', pir::const::STAT_ISLNK,
'STAT_PLATFORM_DEV', pir::const::STAT_PLATFORM_DEV,
'STAT_PLATFORM_INODE', pir::const::STAT_PLATFORM_INODE,
'STAT_PLATFORM_MODE', pir::const::STAT_PLATFORM_MODE,
Expand Down

0 comments on commit 48e5dfa

Please sign in to comment.