Commit 86bfc4e 1 parent d596cdf commit 86bfc4e Copy full SHA for 86bfc4e
File tree 2 files changed +10
-1
lines changed
src/unix/bsd/freebsdlike/freebsd
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1135,9 +1135,14 @@ SCALE_PPM
1135
1135
SCHED_FIFO
1136
1136
SCHED_OTHER
1137
1137
SCHED_RR
1138
- SCM_CREDS
1139
1138
SCM_RIGHTS
1140
1139
SCM_TIMESTAMP
1140
+ SCM_CREDS
1141
+ SCM_BINTIME
1142
+ SCM_REALTIME
1143
+ SCM_MONOTONIC
1144
+ SCM_TIME_INFO
1145
+ SCM_CREDS2
1141
1146
SCTP_ACTIVE
1142
1147
SCTP_ALL_ASSOC
1143
1148
SCTP_ADAPTATION_LAYER
Original file line number Diff line number Diff line change @@ -2997,6 +2997,10 @@ pub const MNT_SNAPSHOT: ::c_int = 0x01000000;
2997
2997
pub const MNT_UNION : :: c_int = 0x00000020 ;
2998
2998
pub const MNT_NONBUSY : :: c_int = 0x04000000 ;
2999
2999
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 ;
3000
3004
pub const SCM_CREDS2 : :: c_int = 0x08 ;
3001
3005
3002
3006
pub const SO_BINTIME : :: c_int = 0x2000 ;
You can’t perform that action at this time.
0 commit comments