Skip to content

Commit c708966

Browse files
authored
Merge pull request #44 from WyriHaximus-labs/drop-EIO_O_SYNC
Drop `EIO_O_FSYNC` as EIO doesn't support it anymore
2 parents ddb11f9 + 39c4911 commit c708966

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Eio/OpenFlagResolver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class OpenFlagResolver extends FlagResolver implements FlagResolverInterface
1414
'a' => EIO_O_APPEND,
1515
'c' => EIO_O_CREAT,
1616
'e' => EIO_O_EXCL,
17-
'f' => EIO_O_FSYNC,
1817
'n' => EIO_O_NONBLOCK,
1918
'r' => EIO_O_RDONLY,
2019
't' => EIO_O_TRUNC,

0 commit comments

Comments
 (0)