Skip to content
Snippets Groups Projects
Commit 3a2d3477 authored by Guillaume Gomez's avatar Guillaume Gomez
Browse files

Add missing constants for mac

parent 8e5152a4
No related branches found
No related tags found
No related merge requests found
......@@ -1538,6 +1538,9 @@ pub const XATTR_NOSECURITY: ::c_int = 0x0008;
pub const XATTR_NODEFAULT: ::c_int = 0x0010;
pub const XATTR_SHOWCOMPRESSION: ::c_int = 0x0020;
pub const NET_RT_IFLIST2: ::c_int = 0x0006;
pub const RTM_IFINFO2: ::c_int = 0x0012;
f! {
pub fn WSTOPSIG(status: ::c_int) -> ::c_int {
status >> 8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment