Skip to content

Commit

Permalink
Enable extended file open modes on the JVM
Browse files Browse the repository at this point in the history
  • Loading branch information
cygx committed Oct 5, 2015
1 parent 68f233a commit 1f7a564
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/IO/Handle.pm
Original file line number Diff line number Diff line change
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 1f7a564

Please sign in to comment.