File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
src/unix/bsd/freebsdlike/freebsd Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1135,9 +1135,14 @@ SCALE_PPM
11351135SCHED_FIFO
11361136SCHED_OTHER
11371137SCHED_RR
1138- SCM_CREDS
11391138SCM_RIGHTS
11401139SCM_TIMESTAMP
1140+ SCM_CREDS
1141+ SCM_BINTIME
1142+ SCM_REALTIME
1143+ SCM_MONOTONIC
1144+ SCM_TIME_INFO
1145+ SCM_CREDS2
11411146SCTP_ACTIVE
11421147SCTP_ALL_ASSOC
11431148SCTP_ADAPTATION_LAYER
Original file line number Diff line number Diff line change @@ -2997,6 +2997,10 @@ pub const MNT_SNAPSHOT: ::c_int = 0x01000000;
29972997pub const MNT_UNION : :: c_int = 0x00000020 ;
29982998pub const MNT_NONBUSY : :: c_int = 0x04000000 ;
29992999
3000+ pub const SCM_BINTIME : :: c_int = 0x04 ;
3001+ pub const SCM_REALTIME : :: c_int = 0x05 ;
3002+ pub const SCM_MONOTONIC : :: c_int = 0x06 ;
3003+ pub const SCM_TIME_INFO : :: c_int = 0x07 ;
30003004pub const SCM_CREDS2 : :: c_int = 0x08 ;
30013005
30023006pub const SO_BINTIME : :: c_int = 0x2000 ;
You can’t perform that action at this time.
0 commit comments