Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f66367e

Browse files
committed
gen & apply
1 parent ef0d9c2 commit f66367e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vm/src/stdlib/posix.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ pub mod module {
6666
#[cfg(target_os = "macos")]
6767
#[pyattr]
6868
use libc::{
69-
O_EVTONLY, O_NOFOLLOW_ANY, PRIO_DARWIN_BG, PRIO_DARWIN_NONUI, PRIO_DARWIN_PROCESS,
70-
PRIO_DARWIN_THREAD,
69+
COPYFILE_DATA as _COPYFILE_DATA, O_EVTONLY, O_NOFOLLOW_ANY, PRIO_DARWIN_BG,
70+
PRIO_DARWIN_NONUI, PRIO_DARWIN_PROCESS, PRIO_DARWIN_THREAD,
7171
};
7272

7373
#[cfg(any(target_os = "android", target_os = "linux"))]

0 commit comments

Comments
 (0)