We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68ceb1 commit a07934fCopy full SHA for a07934f
gen/const/OpenFlags.rb
@@ -29,6 +29,7 @@ def gen_openflags_java(options)
29
O_NOCTTY
30
O_TMPFILE
31
O_CLOEXEC
32
+ O_DIRECT
33
]
34
consts.each { |c| cg.const c }
35
end
0 commit comments