Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #545 from cygx/openmodes-jvm
Enable extended file open modes on the JVM
  • Loading branch information
jnthn committed Oct 6, 2015
2 parents 1ee7a96 + 1f7a564 commit 462ab13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/IO/Handle.pm
Expand Up @@ -84,8 +84,7 @@ my class IO::Handle does IO {
$truncate ?? 't' !! '',
$exclusive ?? 'x' !! '';

#?if !moar
# don't use new modes on anything but MoarVM
#?if parrot
# TODO: check what else can be made to work on Parrot
# cf io/utilities.c, Parrot_io_parse_open_flags()
# platform/generic/io.c, convert_flags_to_unix()
Expand Down

0 comments on commit 462ab13

Please sign in to comment.