Closed wangbj closed 6 years ago
on new GHC posix io openFd can use openat instead of open, thus it can cause the test cases fail because it may end up filtering the wrong syscall.
openFd
openat
open
Also add haskell-ci support.
Thanks!
on new GHC posix io
openFd
can useopenat
instead ofopen
, thus it can cause the test cases fail because it may end up filtering the wrong syscall.Also add haskell-ci support.