File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,6 @@ pub const CLOCK_SECOND: clockid_t = 13;
112
112
pub const CLOCK_THREAD_CPUTIME_ID : clockid_t = 14 ;
113
113
pub const CLOCK_PROCESS_CPUTIME_ID : clockid_t = 15 ;
114
114
115
- pub const LOG_NTP : :: c_int = 12 << 3 ;
116
- pub const LOG_SECURITY : :: c_int = 13 << 3 ;
117
- pub const LOG_CONSOLE : :: c_int = 14 << 3 ;
118
-
119
115
extern {
120
116
pub fn mprotect ( addr : * mut :: c_void , len : :: size_t , prot : :: c_int )
121
117
-> :: c_int ;
Original file line number Diff line number Diff line change @@ -665,6 +665,9 @@ pub const RTLD_NODELETE: ::c_int = 0x1000;
665
665
pub const RTLD_NOLOAD : :: c_int = 0x2000 ;
666
666
pub const RTLD_GLOBAL : :: c_int = 0x100 ;
667
667
668
+ pub const LOG_NTP : :: c_int = 12 << 3 ;
669
+ pub const LOG_SECURITY : :: c_int = 13 << 3 ;
670
+ pub const LOG_CONSOLE : :: c_int = 14 << 3 ;
668
671
pub const LOG_NFACILITIES : :: c_int = 24 ;
669
672
670
673
#[ link( name = "util" ) ]
You can’t perform that action at this time.
0 commit comments