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 8d8264b commit 45ba8c1Copy full SHA for 45ba8c1
src/unix/bsd/apple/mod.rs
@@ -819,6 +819,7 @@ pub const MINCORE_MODIFIED: ::c_int = 0x4;
819
pub const MINCORE_REFERENCED_OTHER: ::c_int = 0x8;
820
pub const MINCORE_MODIFIED_OTHER: ::c_int = 0x10;
821
822
+pub const AF_UNSPEC: ::c_int = 0;
823
pub const AF_UNIX: ::c_int = 1;
824
pub const AF_INET: ::c_int = 2;
825
pub const AF_INET6: ::c_int = 30;
0 commit comments