Skip to content

Commit 4aabb87

Browse files
committed
Add _SC_PHYS_PAGES on macOS
1 parent 8a85d66 commit 4aabb87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/bsd/apple/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,6 +1151,7 @@ pub const _SC_XOPEN_SHM: ::c_int = 113;
11511151
pub const _SC_XOPEN_UNIX: ::c_int = 115;
11521152
pub const _SC_XOPEN_VERSION: ::c_int = 116;
11531153
pub const _SC_XOPEN_XCU_VERSION: ::c_int = 121;
1154+
pub const _SC_PHYS_PAGES: ::c_int = 200;
11541155

11551156
pub const PTHREAD_PROCESS_PRIVATE: ::c_int = 2;
11561157
pub const PTHREAD_PROCESS_SHARED: ::c_int = 1;

0 commit comments

Comments
 (0)