[FFI][full dart code, equal c code, output] open
return
-ing error, for direct and sync io
#53526
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-ffi
hello,
I have created a DBMS, which need to do
DIRECT
andSYNC
, io ops, onLARGE
files.The
open
ffi function returning error 20.SDK version
Dart code (work, but ffi function
return
s-1
(errno 20
))Output of dart code
Equivalent C code (working correct, fully)
thanks
The text was updated successfully, but these errors were encountered: