Skip to content

Commit ba8ffc8

Browse files
committed
Add missing flags in glibc arm
1 parent 4fcd45a commit ba8ffc8

File tree

1 file changed

+2
-0
lines changed
  • src/unix/notbsd/linux/other/b32

1 file changed

+2
-0
lines changed

src/unix/notbsd/linux/other/b32/arm.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,13 @@ pub const MAP_NORESERVE: ::c_int = 0x04000;
8181

8282
pub const EDEADLOCK: ::c_int = 35;
8383

84+
pub const SO_PASSCRED: ::c_int = 16;
8485
pub const SO_PEERCRED: ::c_int = 17;
8586
pub const SO_RCVLOWAT: ::c_int = 18;
8687
pub const SO_SNDLOWAT: ::c_int = 19;
8788
pub const SO_RCVTIMEO: ::c_int = 20;
8889
pub const SO_SNDTIMEO: ::c_int = 21;
90+
pub const SO_SNDBUFFORCE: ::c_int = 32;
8991

9092
pub const FIOCLEX: ::c_ulong = 0x5451;
9193
pub const FIONBIO: ::c_ulong = 0x5421;

0 commit comments

Comments
 (0)