Skip to content

Commit

Permalink
Auto merge of #2224 - kolapapa:master, r=JohnTitor
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Jun 10, 2021
2 parents 3048ef8 + 59bba7b commit ce5cee1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/unix/linux_like/linux/uclibc/mod.rs
Expand Up @@ -41,6 +41,8 @@ pub const MCL_FUTURE: ::c_int = 0x0002;

pub const SIGEV_THREAD_ID: ::c_int = 4;

pub const AF_VSOCK: ::c_int = 40;

pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5;
pub const AFFS_SUPER_MAGIC: ::c_long = 0x0000adff;
pub const AFS_SUPER_MAGIC: ::c_long = 0x5346414f;
Expand Down

0 comments on commit ce5cee1

Please sign in to comment.