Skip to content

Commit 828766f

Browse files
committed
Added LOG_CRON back for Solaris
1 parent 25df1e4 commit 828766f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unix/solaris/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,8 @@ pub const _RWL_MAGIC: u16 = 0x5257; // RW
806806

807807
pub const NCCS: usize = 19;
808808

809+
pub const LOG_CRON: ::c_int = 15 << 3;
810+
809811
pub const PTHREAD_MUTEX_INITIALIZER: pthread_mutex_t = pthread_mutex_t {
810812
__pthread_mutex_flag1: 0,
811813
__pthread_mutex_flag2: 0,

0 commit comments

Comments
 (0)