Skip to content

Commit c1df963

Browse files
committed
epoll create syscall table numer
1 parent 3a7294a commit c1df963

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/unix/solaris/mod.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,11 @@ pub const NCCS: usize = 19;
11371137

11381138
pub const LOG_CRON: ::c_int = 15 << 3;
11391139

1140+
pub const SYS_epoll_create: ::c_long = 213;
1141+
pub const SYS_epoll_create1: ::c_long = 291;
1142+
1143+
1144+
11401145
pub const PTHREAD_MUTEX_INITIALIZER: pthread_mutex_t = pthread_mutex_t {
11411146
__pthread_mutex_flag1: 0,
11421147
__pthread_mutex_flag2: 0,

0 commit comments

Comments
 (0)