From 30302e9c3b4478e950d15690a8884a85040e2d32 Mon Sep 17 00:00:00 2001 From: Xiaobo Liu Date: Fri, 21 Apr 2023 21:12:34 +0800 Subject: [PATCH] tweak Signed-off-by: Xiaobo Liu --- src/unix/linux_like/linux/uclibc/mips/mod.rs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/unix/linux_like/linux/uclibc/mips/mod.rs b/src/unix/linux_like/linux/uclibc/mips/mod.rs index d0e353b29b56d..e6bd575d9c8ae 100644 --- a/src/unix/linux_like/linux/uclibc/mips/mod.rs +++ b/src/unix/linux_like/linux/uclibc/mips/mod.rs @@ -23,13 +23,13 @@ pub const ECOMM: ::c_int = 70; pub const EPROTO: ::c_int = 71; pub const EDOTDOT: ::c_int = 73; -#[deprecated(since = "0.2.142", note = "Use c_ulong instead.")] +#[deprecated(since = "0.2.143", note = "Use c_ulong instead.")] pub const SA_NODEFER: ::c_ulong = 0x40000000; -#[deprecated(since = "0.2.142", note = "Use c_ulong instead.")] +#[deprecated(since = "0.2.143", note = "Use c_ulong instead.")] pub const SA_RESETHAND: ::c_ulong = 0x80000000; -#[deprecated(since = "0.2.142", note = "Use c_ulong instead.")] +#[deprecated(since = "0.2.143", note = "Use c_ulong instead.")] pub const SA_RESTART: ::c_ulong = 0x10000000; -#[deprecated(since = "0.2.142", note = "Use c_ulong instead.")] +#[deprecated(since = "0.2.143", note = "Use c_ulong instead.")] pub const SA_NOCLDSTOP: ::c_ulong = 0x00000001; pub const EPOLL_CLOEXEC: ::c_int = 0x80000; @@ -162,11 +162,11 @@ pub const SOCK_STREAM: ::c_int = 2; pub const SOCK_DGRAM: ::c_int = 1; pub const SOCK_SEQPACKET: ::c_int = 5; -#[deprecated(since = "0.2.142", note = "Use c_ulong instead.")] +#[deprecated(since = "0.2.143", note = "Use c_ulong instead.")] pub const SA_ONSTACK: ::c_ulong = 0x08000000; -#[deprecated(since = "0.2.142", note = "Use c_ulong instead.")] +#[deprecated(since = "0.2.143", note = "Use c_ulong instead.")] pub const SA_SIGINFO: ::c_ulong = 0x00000008; -#[deprecated(since = "0.2.142", note = "Use c_ulong instead.")] +#[deprecated(since = "0.2.143", note = "Use c_ulong instead.")] pub const SA_NOCLDWAIT: ::c_ulong = 0x00010000; pub const SIGCHLD: ::c_int = 18;