Merge branch 'SI_QUEUE' into 'master'

Remove SI_QUEUE and SI_USER from signal mod.rs

See merge request redox-os/relibc!933
This commit is contained in:
Jeremy Soller
2026-01-31 17:47:12 -07:00
-3
View File
@@ -45,9 +45,6 @@ pub const SIG_BLOCK: c_int = 0;
pub const SIG_UNBLOCK: c_int = 1;
pub const SIG_SETMASK: c_int = 2;
pub const SI_QUEUE: c_int = -1;
pub const SI_USER: c_int = 0;
pub const SIGEV_SIGNAL: c_int = 0;
pub const SIGEV_NONE: c_int = 1;
pub const SIGEV_THREAD: c_int = 2;