We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1bad8 commit 47a8927Copy full SHA for 47a8927
src/unix/newlib/mod.rs
@@ -511,6 +511,8 @@ pub const SOCK_CLOEXEC: ::c_int = O_CLOEXEC;
511
512
pub const INET_ADDRSTRLEN: ::c_int = 16;
513
514
+pub const SIGABRT: ::c_int = 1;
515
+
516
// https://github.com/bminor/newlib/blob/HEAD/newlib/libc/sys/linux/include/net/if.h#L121
517
pub const IFF_UP: ::c_int = 0x1; // interface is up
518
pub const IFF_BROADCAST: ::c_int = 0x2; // broadcast address valid
0 commit comments