mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 15:08:54 +03:00
guard: use guard_err
in rust constants
This commit is contained in:
parent
66166264d2
commit
e03d340add
@ -4,9 +4,9 @@
|
||||
|
||||
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
|
||||
|
||||
pub const GUARD_NULL: u32 = guard_result_guard_null;
|
||||
pub const GUARD_SIGNAL: u32 = guard_result_guard_signal;
|
||||
pub const GUARD_OOM: u32 = guard_result_guard_oom;
|
||||
pub const GUARD_MALLOC: u32 = guard_result_guard_malloc;
|
||||
pub const GUARD_MPROTECT: u32 = guard_result_guard_mprotect;
|
||||
pub const GUARD_SIGACTION: u32 = guard_result_guard_sigaction;
|
||||
pub const GUARD_NULL: u32 = guard_err_guard_null;
|
||||
pub const GUARD_SIGNAL: u32 = guard_err_guard_signal;
|
||||
pub const GUARD_OOM: u32 = guard_err_guard_oom;
|
||||
pub const GUARD_MALLOC: u32 = guard_err_guard_malloc;
|
||||
pub const GUARD_MPROTECT: u32 = guard_err_guard_mprotect;
|
||||
pub const GUARD_SIGACTION: u32 = guard_err_guard_sigaction;
|
||||
|
Loading…
Reference in New Issue
Block a user