Skip to content

Commit a07934f

Browse files
author
Tony Mancill
committed
Add O_DIRECT for jnr#107
1 parent f68ceb1 commit a07934f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gen/const/OpenFlags.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def gen_openflags_java(options)
2929
O_NOCTTY
3030
O_TMPFILE
3131
O_CLOEXEC
32+
O_DIRECT
3233
]
3334
consts.each { |c| cg.const c }
3435
end

0 commit comments

Comments
 (0)