]> git.proxmox.com Git - rustc.git/blobdiff - vendor/libc/src/unix/linux_like/emscripten/mod.rs
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / vendor / libc / src / unix / linux_like / emscripten / mod.rs
index ead0ea11d2cb504502d5ea04ac196a0a33fdd8d4..78170211a3f4cd1ff3874179e3c5c0d7bd0c14ed 100644 (file)
@@ -1680,6 +1680,10 @@ pub const ARPD_LOOKUP: ::c_ushort = 0x02;
 pub const ARPD_FLUSH: ::c_ushort = 0x03;
 pub const ATF_MAGIC: ::c_int = 0x80;
 
+pub const PRIO_PROCESS: ::c_int = 0;
+pub const PRIO_PGRP: ::c_int = 1;
+pub const PRIO_USER: ::c_int = 2;
+
 f! {
     pub fn CMSG_NXTHDR(mhdr: *const msghdr,
                        cmsg: *const cmsghdr) -> *mut cmsghdr {