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.
2 parents 8dbd2c9 + f274d90 commit 29217b9Copy full SHA for 29217b9
libc-test/semver/fuchsia.txt
@@ -256,6 +256,7 @@ ERFKILL
256
ESOCKTNOSUPPORT
257
ESRMNT
258
ESTRPIPE
259
+ETH_P_IP
260
ETIME
261
ETOOMANYREFS
262
EUCLEAN
src/fuchsia/mod.rs
@@ -2677,6 +2677,9 @@ pub const PT_GNU_EH_FRAME: u32 = 0x6474e550;
2677
pub const PT_GNU_STACK: u32 = 0x6474e551;
2678
pub const PT_GNU_RELRO: u32 = 0x6474e552;
2679
2680
+// Ethernet protocol IDs.
2681
+pub const ETH_P_IP: ::c_int = 0x0800;
2682
+
2683
pub const SFD_CLOEXEC: ::c_int = 0x080000;
2684
2685
pub const NCCS: usize = 32;
0 commit comments