File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -817,6 +817,15 @@ pub const AF_LOCAL: ::c_int = 9;
817817pub const AF_UNIX : :: c_int = AF_LOCAL ;
818818pub const AF_BLUETOOTH : :: c_int = 10 ;
819819
820+ pub const PF_UNSPEC : :: c_int = AF_UNSPEC ;
821+ pub const PF_INET : :: c_int = AF_INET ;
822+ pub const PF_ROUTE : :: c_int = AF_ROUTE ;
823+ pub const PF_LINK : :: c_int = AF_LINK ;
824+ pub const PF_INET6 : :: c_int = AF_INET6 ;
825+ pub const PF_LOCAL : :: c_int = AF_LOCAL ;
826+ pub const PF_UNIX : :: c_int = AF_UNIX ;
827+ pub const PF_BLUETOOTH : :: c_int = AF_BLUETOOTH ;
828+
820829pub const IP_OPTIONS : :: c_int = 1 ;
821830pub const IP_HDRINCL : :: c_int = 2 ;
822831pub const IP_TOS : :: c_int = 3 ;
@@ -987,6 +996,7 @@ pub const _SC_HOST_NAME_MAX: ::c_int = 61;
987996pub const _SC_REGEXP: :: c_int = 62 ;
988997pub const _SC_SYMLOOP_MAX: :: c_int = 63 ;
989998pub const _SC_SHELL: :: c_int = 64 ;
999+ pub const _SC_TTY_NAME_MAX: :: c_int = 65 ;
9901000
9911001pub const PTHREAD_STACK_MIN : :: size_t = 8192 ;
9921002
You can’t perform that action at this time.
0 commit comments