| { | ||
| "git": { | ||
| "sha1": "b8c255c8a6ce49dfc4266cc88f4d44037098b5a5" | ||
| "sha1": "cfd7ebf850cb29ca125c09d8486343d3dbc1c3d5" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+2
-1
@@ -13,4 +13,5 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| [package] | ||
| rust-version = "1.19" | ||
| name = "libc" | ||
| version = "0.2.162" | ||
| version = "0.2.163" | ||
| authors = ["The Rust Project Developers"] | ||
@@ -17,0 +18,0 @@ build = "build.rs" |
+25
-0
@@ -5,2 +5,27 @@ # Changelog | ||
| ## [0.2.163](https://github.com/rust-lang/libc/compare/0.2.162...0.2.163) - 2024-11-16 | ||
| ### Added | ||
| - Aix: add more `dlopen` flags <https://github.com/rust-lang/libc/pull/4044> | ||
| - Android: add group calls <https://github.com/rust-lang/libc/pull/3499> | ||
| - FreeBSD: add `TCP_FUNCTION_BLK` and `TCP_FUNCTION_ALIAS` <https://github.com/rust-lang/libc/pull/4047> | ||
| - Linux: add `confstr` <https://github.com/rust-lang/libc/pull/3612> | ||
| - Solarish: add `aio` <https://github.com/rust-lang/libc/pull/4033> | ||
| - Solarish: add `arc4random*` <https://github.com/rust-lang/libc/pull/3944> | ||
| ### Changed | ||
| - Emscripten: upgrade emsdk to 3.1.68 <https://github.com/rust-lang/libc/pull/3962> | ||
| - Hurd: use more standard types <https://github.com/rust-lang/libc/pull/3733> | ||
| - Hurd: use the standard `ssize_t = isize` <https://github.com/rust-lang/libc/pull/4029> | ||
| - Solaris: fix `confstr` and `ucontext_t` <https://github.com/rust-lang/libc/pull/4035> | ||
| ### Other | ||
| - CI: add Solaris <https://github.com/rust-lang/libc/pull/4035> | ||
| - CI: add `i686-unknown-freebsd` <https://github.com/rust-lang/libc/pull/3997> | ||
| - CI: ensure that calls to `sort` do not depend on locale <https://github.com/rust-lang/libc/pull/4026> | ||
| - Specify `rust-version` in `Cargo.toml` <https://github.com/rust-lang/libc/pull/4041> | ||
| ## [0.2.162](https://github.com/rust-lang/libc/compare/0.2.161...0.2.162) - 2024-11-07 | ||
@@ -7,0 +32,0 @@ |
@@ -41,5 +41,5 @@ macro_rules! expand_align { | ||
| #[allow(missing_debug_implementations)] | ||
| #[repr(align(16))] | ||
| #[repr(align(8))] | ||
| pub struct max_align_t { | ||
| priv_: [f64; 4] | ||
| priv_: [f64; 3] | ||
| } | ||
@@ -46,0 +46,0 @@ |
@@ -19,3 +19,3 @@ pub type c_char = i8; | ||
| pub type clock_t = c_long; | ||
| pub type time_t = c_long; | ||
| pub type time_t = i64; | ||
| pub type suseconds_t = c_long; | ||
@@ -107,14 +107,2 @@ pub type ino_t = u64; | ||
| pub struct dqblk { | ||
| pub dqb_bhardlimit: u64, | ||
| pub dqb_bsoftlimit: u64, | ||
| pub dqb_curspace: u64, | ||
| pub dqb_ihardlimit: u64, | ||
| pub dqb_isoftlimit: u64, | ||
| pub dqb_curinodes: u64, | ||
| pub dqb_btime: u64, | ||
| pub dqb_itime: u64, | ||
| pub dqb_valid: u32, | ||
| } | ||
| pub struct signalfd_siginfo { | ||
@@ -176,19 +164,2 @@ pub ssi_signo: u32, | ||
| pub struct aiocb { | ||
| pub aio_fildes: ::c_int, | ||
| pub aio_lio_opcode: ::c_int, | ||
| pub aio_reqprio: ::c_int, | ||
| pub aio_buf: *mut ::c_void, | ||
| pub aio_nbytes: ::size_t, | ||
| pub aio_sigevent: ::sigevent, | ||
| __td: *mut ::c_void, | ||
| __lock: [::c_int; 2], | ||
| __err: ::c_int, | ||
| __ret: ::ssize_t, | ||
| pub aio_offset: off_t, | ||
| __next: *mut ::c_void, | ||
| __prev: *mut ::c_void, | ||
| __dummy4: [::c_char; 24], | ||
| } | ||
| pub struct sigaction { | ||
@@ -294,7 +265,4 @@ pub sa_sigaction: ::sighandler_t, | ||
| pub shm_atime: ::time_t, | ||
| __unused1: ::c_int, | ||
| pub shm_dtime: ::time_t, | ||
| __unused2: ::c_int, | ||
| pub shm_ctime: ::time_t, | ||
| __unused3: ::c_int, | ||
| pub shm_cpid: ::pid_t, | ||
@@ -310,7 +278,4 @@ pub shm_lpid: ::pid_t, | ||
| pub msg_stime: ::time_t, | ||
| __unused1: ::c_int, | ||
| pub msg_rtime: ::time_t, | ||
| __unused2: ::c_int, | ||
| pub msg_ctime: ::time_t, | ||
| __unused3: ::c_int, | ||
| __msg_cbytes: ::c_ulong, | ||
@@ -877,7 +842,2 @@ pub msg_qnum: ::msgqnum_t, | ||
| pub const QFMT_VFS_OLD: ::c_int = 1; | ||
| pub const QFMT_VFS_V0: ::c_int = 2; | ||
| pub const EFD_SEMAPHORE: ::c_int = 0x1; | ||
| pub const LOG_NFACILITIES: ::c_int = 24; | ||
@@ -887,10 +847,2 @@ | ||
| pub const RB_AUTOBOOT: ::c_int = 0x01234567u32 as i32; | ||
| pub const RB_HALT_SYSTEM: ::c_int = 0xcdef0123u32 as i32; | ||
| pub const RB_ENABLE_CAD: ::c_int = 0x89abcdefu32 as i32; | ||
| pub const RB_DISABLE_CAD: ::c_int = 0x00000000u32 as i32; | ||
| pub const RB_POWER_OFF: ::c_int = 0x4321fedcu32 as i32; | ||
| pub const RB_SW_SUSPEND: ::c_int = 0xd000fce2u32 as i32; | ||
| pub const RB_KEXEC: ::c_int = 0x45584543u32 as i32; | ||
| pub const AI_PASSIVE: ::c_int = 0x0001; | ||
@@ -927,135 +879,5 @@ pub const AI_CANONNAME: ::c_int = 0x0002; | ||
| pub const AIO_CANCELED: ::c_int = 0; | ||
| pub const AIO_NOTCANCELED: ::c_int = 1; | ||
| pub const AIO_ALLDONE: ::c_int = 2; | ||
| pub const LIO_READ: ::c_int = 0; | ||
| pub const LIO_WRITE: ::c_int = 1; | ||
| pub const LIO_NOP: ::c_int = 2; | ||
| pub const LIO_WAIT: ::c_int = 0; | ||
| pub const LIO_NOWAIT: ::c_int = 1; | ||
| pub const MREMAP_MAYMOVE: ::c_int = 1; | ||
| pub const MREMAP_FIXED: ::c_int = 2; | ||
| pub const PR_SET_PDEATHSIG: ::c_int = 1; | ||
| pub const PR_GET_PDEATHSIG: ::c_int = 2; | ||
| pub const PR_GET_DUMPABLE: ::c_int = 3; | ||
| pub const PR_SET_DUMPABLE: ::c_int = 4; | ||
| pub const PR_GET_UNALIGN: ::c_int = 5; | ||
| pub const PR_SET_UNALIGN: ::c_int = 6; | ||
| pub const PR_UNALIGN_NOPRINT: ::c_int = 1; | ||
| pub const PR_UNALIGN_SIGBUS: ::c_int = 2; | ||
| pub const PR_GET_KEEPCAPS: ::c_int = 7; | ||
| pub const PR_SET_KEEPCAPS: ::c_int = 8; | ||
| pub const PR_GET_FPEMU: ::c_int = 9; | ||
| pub const PR_SET_FPEMU: ::c_int = 10; | ||
| pub const PR_FPEMU_NOPRINT: ::c_int = 1; | ||
| pub const PR_FPEMU_SIGFPE: ::c_int = 2; | ||
| pub const PR_GET_FPEXC: ::c_int = 11; | ||
| pub const PR_SET_FPEXC: ::c_int = 12; | ||
| pub const PR_FP_EXC_SW_ENABLE: ::c_int = 0x80; | ||
| pub const PR_FP_EXC_DIV: ::c_int = 0x010000; | ||
| pub const PR_FP_EXC_OVF: ::c_int = 0x020000; | ||
| pub const PR_FP_EXC_UND: ::c_int = 0x040000; | ||
| pub const PR_FP_EXC_RES: ::c_int = 0x080000; | ||
| pub const PR_FP_EXC_INV: ::c_int = 0x100000; | ||
| pub const PR_FP_EXC_DISABLED: ::c_int = 0; | ||
| pub const PR_FP_EXC_NONRECOV: ::c_int = 1; | ||
| pub const PR_FP_EXC_ASYNC: ::c_int = 2; | ||
| pub const PR_FP_EXC_PRECISE: ::c_int = 3; | ||
| pub const PR_GET_TIMING: ::c_int = 13; | ||
| pub const PR_SET_TIMING: ::c_int = 14; | ||
| pub const PR_TIMING_STATISTICAL: ::c_int = 0; | ||
| pub const PR_TIMING_TIMESTAMP: ::c_int = 1; | ||
| pub const PR_SET_NAME: ::c_int = 15; | ||
| pub const PR_GET_NAME: ::c_int = 16; | ||
| pub const PR_GET_ENDIAN: ::c_int = 19; | ||
| pub const PR_SET_ENDIAN: ::c_int = 20; | ||
| pub const PR_ENDIAN_BIG: ::c_int = 0; | ||
| pub const PR_ENDIAN_LITTLE: ::c_int = 1; | ||
| pub const PR_ENDIAN_PPC_LITTLE: ::c_int = 2; | ||
| pub const PR_GET_SECCOMP: ::c_int = 21; | ||
| pub const PR_SET_SECCOMP: ::c_int = 22; | ||
| pub const PR_CAPBSET_READ: ::c_int = 23; | ||
| pub const PR_CAPBSET_DROP: ::c_int = 24; | ||
| pub const PR_GET_TSC: ::c_int = 25; | ||
| pub const PR_SET_TSC: ::c_int = 26; | ||
| pub const PR_TSC_ENABLE: ::c_int = 1; | ||
| pub const PR_TSC_SIGSEGV: ::c_int = 2; | ||
| pub const PR_GET_SECUREBITS: ::c_int = 27; | ||
| pub const PR_SET_SECUREBITS: ::c_int = 28; | ||
| pub const PR_SET_TIMERSLACK: ::c_int = 29; | ||
| pub const PR_GET_TIMERSLACK: ::c_int = 30; | ||
| pub const PR_TASK_PERF_EVENTS_DISABLE: ::c_int = 31; | ||
| pub const PR_TASK_PERF_EVENTS_ENABLE: ::c_int = 32; | ||
| pub const PR_MCE_KILL: ::c_int = 33; | ||
| pub const PR_MCE_KILL_CLEAR: ::c_int = 0; | ||
| pub const PR_MCE_KILL_SET: ::c_int = 1; | ||
| pub const PR_MCE_KILL_LATE: ::c_int = 0; | ||
| pub const PR_MCE_KILL_EARLY: ::c_int = 1; | ||
| pub const PR_MCE_KILL_DEFAULT: ::c_int = 2; | ||
| pub const PR_MCE_KILL_GET: ::c_int = 34; | ||
| pub const PR_SET_MM: ::c_int = 35; | ||
| pub const PR_SET_MM_START_CODE: ::c_int = 1; | ||
| pub const PR_SET_MM_END_CODE: ::c_int = 2; | ||
| pub const PR_SET_MM_START_DATA: ::c_int = 3; | ||
| pub const PR_SET_MM_END_DATA: ::c_int = 4; | ||
| pub const PR_SET_MM_START_STACK: ::c_int = 5; | ||
| pub const PR_SET_MM_START_BRK: ::c_int = 6; | ||
| pub const PR_SET_MM_BRK: ::c_int = 7; | ||
| pub const PR_SET_MM_ARG_START: ::c_int = 8; | ||
| pub const PR_SET_MM_ARG_END: ::c_int = 9; | ||
| pub const PR_SET_MM_ENV_START: ::c_int = 10; | ||
| pub const PR_SET_MM_ENV_END: ::c_int = 11; | ||
| pub const PR_SET_MM_AUXV: ::c_int = 12; | ||
| pub const PR_SET_MM_EXE_FILE: ::c_int = 13; | ||
| pub const PR_SET_MM_MAP: ::c_int = 14; | ||
| pub const PR_SET_MM_MAP_SIZE: ::c_int = 15; | ||
| pub const PR_SET_PTRACER: ::c_int = 0x59616d61; | ||
| pub const PR_SET_PTRACER_ANY: ::c_ulong = 0xffffffffffffffff; | ||
| pub const PR_SET_CHILD_SUBREAPER: ::c_int = 36; | ||
| pub const PR_GET_CHILD_SUBREAPER: ::c_int = 37; | ||
| pub const PR_SET_NO_NEW_PRIVS: ::c_int = 38; | ||
| pub const PR_GET_NO_NEW_PRIVS: ::c_int = 39; | ||
| pub const PR_GET_TID_ADDRESS: ::c_int = 40; | ||
| pub const PR_SET_THP_DISABLE: ::c_int = 41; | ||
| pub const PR_GET_THP_DISABLE: ::c_int = 42; | ||
| pub const PR_MPX_ENABLE_MANAGEMENT: ::c_int = 43; | ||
| pub const PR_MPX_DISABLE_MANAGEMENT: ::c_int = 44; | ||
| pub const PR_SET_FP_MODE: ::c_int = 45; | ||
| pub const PR_GET_FP_MODE: ::c_int = 46; | ||
| pub const PR_FP_MODE_FR: ::c_int = 1 << 0; | ||
| pub const PR_FP_MODE_FRE: ::c_int = 1 << 1; | ||
| pub const PR_CAP_AMBIENT: ::c_int = 47; | ||
| pub const PR_CAP_AMBIENT_IS_SET: ::c_int = 1; | ||
| pub const PR_CAP_AMBIENT_RAISE: ::c_int = 2; | ||
| pub const PR_CAP_AMBIENT_LOWER: ::c_int = 3; | ||
| pub const PR_CAP_AMBIENT_CLEAR_ALL: ::c_int = 4; | ||
| pub const ITIMER_REAL: ::c_int = 0; | ||
@@ -1070,7 +892,2 @@ pub const ITIMER_VIRTUAL: ::c_int = 1; | ||
| // On Linux, libc doesn't define this constant, libattr does instead. | ||
| // We still define it for Linux as it's defined by libc on other platforms, | ||
| // and it's mentioned in the man pages for getxattr and setxattr. | ||
| pub const SFD_CLOEXEC: ::c_int = 0x080000; | ||
| pub const NCCS: usize = 32; | ||
@@ -1224,6 +1041,2 @@ | ||
| pub const EPOLL_CLOEXEC: ::c_int = 0x80000; | ||
| pub const EFD_CLOEXEC: ::c_int = 0x80000; | ||
| pub const BUFSIZ: ::c_uint = 1024; | ||
@@ -1242,7 +1055,7 @@ pub const TMP_MAX: ::c_uint = 10000; | ||
| pub const POSIX_MADV_DONTNEED: ::c_int = 0; | ||
| pub const POSIX_MADV_DONTNEED: ::c_int = 4; | ||
| pub const RLIM_INFINITY: ::rlim_t = !0; | ||
| #[deprecated(since = "0.2.64", note = "Not stable across OS versions")] | ||
| pub const RLIMIT_NLIMITS: ::c_int = 15; | ||
| pub const RLIMIT_NLIMITS: ::c_int = 16; | ||
| #[allow(deprecated)] | ||
@@ -1262,41 +1075,4 @@ #[deprecated(since = "0.2.64", note = "Not stable across OS versions")] | ||
| pub const CPU_SETSIZE: ::c_int = 128; | ||
| pub const CPU_SETSIZE: ::c_int = 1024; | ||
| pub const QFMT_VFS_V1: ::c_int = 4; | ||
| pub const PTRACE_TRACEME: ::c_int = 0; | ||
| pub const PTRACE_PEEKTEXT: ::c_int = 1; | ||
| pub const PTRACE_PEEKDATA: ::c_int = 2; | ||
| pub const PTRACE_PEEKUSER: ::c_int = 3; | ||
| pub const PTRACE_POKETEXT: ::c_int = 4; | ||
| pub const PTRACE_POKEDATA: ::c_int = 5; | ||
| pub const PTRACE_POKEUSER: ::c_int = 6; | ||
| pub const PTRACE_CONT: ::c_int = 7; | ||
| pub const PTRACE_KILL: ::c_int = 8; | ||
| pub const PTRACE_SINGLESTEP: ::c_int = 9; | ||
| pub const PTRACE_ATTACH: ::c_int = 16; | ||
| pub const PTRACE_DETACH: ::c_int = 17; | ||
| pub const PTRACE_SYSCALL: ::c_int = 24; | ||
| pub const PTRACE_SETOPTIONS: ::c_int = 0x4200; | ||
| pub const PTRACE_GETEVENTMSG: ::c_int = 0x4201; | ||
| pub const PTRACE_GETSIGINFO: ::c_int = 0x4202; | ||
| pub const PTRACE_SETSIGINFO: ::c_int = 0x4203; | ||
| pub const PTRACE_GETREGSET: ::c_int = 0x4204; | ||
| pub const PTRACE_SETREGSET: ::c_int = 0x4205; | ||
| pub const PTRACE_SEIZE: ::c_int = 0x4206; | ||
| pub const PTRACE_INTERRUPT: ::c_int = 0x4207; | ||
| pub const PTRACE_LISTEN: ::c_int = 0x4208; | ||
| pub const PTRACE_PEEKSIGINFO: ::c_int = 0x4209; | ||
| pub const PTRACE_GETFPREGS: ::c_uint = 14; | ||
| pub const PTRACE_SETFPREGS: ::c_uint = 15; | ||
| pub const PTRACE_GETFPXREGS: ::c_uint = 18; | ||
| pub const PTRACE_SETFPXREGS: ::c_uint = 19; | ||
| pub const PTRACE_GETREGS: ::c_uint = 12; | ||
| pub const PTRACE_SETREGS: ::c_uint = 13; | ||
| pub const EFD_NONBLOCK: ::c_int = ::O_NONBLOCK; | ||
| pub const SFD_NONBLOCK: ::c_int = ::O_NONBLOCK; | ||
| pub const TCSANOW: ::c_int = 0; | ||
@@ -1402,3 +1178,3 @@ pub const TCSADRAIN: ::c_int = 1; | ||
| pub const SO_BINDTODEVICE: ::c_int = 25; | ||
| pub const SO_TIMESTAMP: ::c_int = 29; | ||
| pub const SO_TIMESTAMP: ::c_int = 63; | ||
| pub const SO_MARK: ::c_int = 36; | ||
@@ -1410,3 +1186,3 @@ pub const SO_RXQ_OVFL: ::c_int = 40; | ||
| pub const __SIZEOF_PTHREAD_RWLOCK_T: usize = 32; | ||
| pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 28; | ||
| pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 24; | ||
@@ -1462,3 +1238,3 @@ pub const O_DIRECT: ::c_int = 0x4000; | ||
| pub const IPPROTO_MAX: ::c_int = 256; | ||
| pub const IPPROTO_MAX: ::c_int = 263; | ||
@@ -1480,4 +1256,4 @@ pub const SOL_SOCKET: ::c_int = 1; | ||
| pub const SO_SNDLOWAT: ::c_int = 19; | ||
| pub const SO_RCVTIMEO: ::c_int = 20; | ||
| pub const SO_SNDTIMEO: ::c_int = 21; | ||
| pub const SO_RCVTIMEO: ::c_int = 66; | ||
| pub const SO_SNDTIMEO: ::c_int = 67; | ||
| pub const SO_ACCEPTCONN: ::c_int = 30; | ||
@@ -1584,3 +1360,3 @@ | ||
| pub const TIOCM_RI: ::c_int = TIOCM_RNG; | ||
| pub const O_TMPFILE: ::c_int = 0x400000; | ||
| pub const O_TMPFILE: ::c_int = 0x410000; | ||
@@ -1587,0 +1363,0 @@ pub const MAX_ADDR_LEN: usize = 7; |
@@ -889,3 +889,4 @@ pub type pthread_t = c_ulong; | ||
| pub const _CS_GNU_LIBPTHREAD_VERSION: ::c_int = 3; | ||
| pub const _CS_PATH: ::c_int = 0; | ||
| pub const _CS_V6_ENV: ::c_int = 1148; | ||
| pub const _CS_V7_ENV: ::c_int = 1149; | ||
| pub const _SC_EQUIV_CLASS_MAX: ::c_int = 41; | ||
@@ -1537,3 +1538,2 @@ pub const _SC_CHARCLASS_NAME_MAX: ::c_int = 45; | ||
| pub fn confstr(name: ::c_int, buf: *mut ::c_char, len: ::size_t) -> ::size_t; | ||
| pub fn dirname(path: *mut ::c_char) -> *mut ::c_char; | ||
@@ -1540,0 +1540,0 @@ /// POSIX version of `basename(3)`, defined in `libgen.h`. |
@@ -902,2 +902,5 @@ pub type pthread_t = *mut ::c_void; | ||
| pub const _CS_V6_ENV: ::c_int = 1148; | ||
| pub const _CS_V7_ENV: ::c_int = 1149; | ||
| cfg_if! { | ||
@@ -904,0 +907,0 @@ if #[cfg(target_arch = "s390x")] { |
+15
-0
@@ -1489,2 +1489,17 @@ //! Definitions found commonly among almost all Unix derivatives | ||
| cfg_if! { | ||
| if #[cfg(not(target_os = "android"))] { | ||
| extern "C" { | ||
| #[cfg_attr( | ||
| all(target_os = "macos", target_arch = "x86"), | ||
| link_name = "confstr$UNIX2003" | ||
| )] | ||
| #[cfg_attr(target_os = "solaris", | ||
| link_name = "__confstr_xpg7" | ||
| )] | ||
| pub fn confstr(name: ::c_int, buf: *mut ::c_char, len: ::size_t) -> ::size_t; | ||
| } | ||
| } | ||
| } | ||
| cfg_if! { | ||
| if #[cfg(not(target_os = "aix"))] { | ||
@@ -1491,0 +1506,0 @@ extern "C" { |
@@ -112,2 +112,4 @@ pub type clock_t = ::c_ulong; | ||
| pub fn gethostname(name: *mut ::c_char, namelen: ::ssize_t); | ||
| #[link_name = "lwip_sendmsg"] | ||
@@ -114,0 +116,0 @@ pub fn sendmsg(s: ::c_int, msg: *const ::msghdr, flags: ::c_int) -> ::ssize_t; |
@@ -13,2 +13,15 @@ use exit_status; | ||
| s! { | ||
| pub struct aiocb { | ||
| pub aio_fildes: ::c_int, | ||
| pub aio_buf: *mut ::c_void, | ||
| pub aio_nbytes: ::size_t, | ||
| pub aio_offset: ::off_t, | ||
| pub aio_reqprio: ::c_int, | ||
| pub aio_sigevent: ::sigevent, | ||
| pub aio_lio_opcode: ::c_int, | ||
| pub aio_resultp: ::aio_result_t, | ||
| pub aio_state: ::c_int, | ||
| pub aio__pad: [::c_int; 1], | ||
| } | ||
| pub struct shmid_ds { | ||
@@ -15,0 +28,0 @@ pub shm_perm: ::ipc_perm, |
@@ -23,2 +23,17 @@ use exit_status; | ||
| s! { | ||
| pub struct aiocb { | ||
| pub aio_fildes: ::c_int, | ||
| pub aio_buf: *mut ::c_void, | ||
| pub aio_nbytes: ::size_t, | ||
| pub aio_offset: ::off_t, | ||
| pub aio_reqprio: ::c_int, | ||
| pub aio_sigevent: ::sigevent, | ||
| pub aio_lio_opcode: ::c_int, | ||
| pub aio_resultp: ::aio_result_t, | ||
| pub aio_state: ::c_char, | ||
| pub aio_returned: ::c_char, | ||
| pub aio__pad1: [::c_char; 2], | ||
| pub aio_flags: ::c_int, | ||
| } | ||
| pub struct shmid_ds { | ||
@@ -25,0 +40,0 @@ pub shm_perm: ::ipc_perm, |
@@ -93,5 +93,3 @@ cfg_if! { | ||
| #[cfg(target_os = "solaris")] | ||
| pub uc_lwpid: ::c_uint, | ||
| #[cfg(target_os = "solaris")] | ||
| pub uc_filler: [::c_long; 2], | ||
| pub uc_filler: [::c_long; 3], | ||
| } | ||
@@ -98,0 +96,0 @@ } |
| // Placeholder file |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display