We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ef04c0 + 74bfdee commit fb23c0bCopy full SHA for fb23c0b
libc-test/semver/redox.txt
@@ -135,6 +135,7 @@ O_SHLOCK
135
O_SYMLINK
136
PTHREAD_STACK_MIN
137
SA_RESTORER
138
+SCM_RIGHTS
139
SIGIO
140
SIGPWR
141
SIGSTKFLT
src/unix/redox/mod.rs
@@ -782,6 +782,7 @@ pub const MSG_PEEK: c_int = 2;
782
pub const MSG_TRUNC: c_int = 32;
783
pub const MSG_DONTWAIT: c_int = 64;
784
pub const MSG_WAITALL: c_int = 256;
785
+pub const SCM_RIGHTS: c_int = 1;
786
pub const SHUT_RD: c_int = 0;
787
pub const SHUT_WR: c_int = 1;
788
pub const SHUT_RDWR: c_int = 2;
0 commit comments