| ... | ... | @@ -244,6 +244,9 @@ pub extern "c" fn sem_trywait(sem: *c.sem_t) c_int; |
| 244 | 244 | pub extern "c" fn sem_timedwait(sem: *c.sem_t, abs_timeout: *const c.timespec) c_int; |
| 245 | 245 | pub extern "c" fn sem_getvalue(sem: *c.sem_t, sval: *c_int) c_int; |
| 246 | 246 | |
| 247 | pub extern "c" fn shm_open(name: [*:0]const u8, flag: c_int, mode: c.mode_t) c_int; |
| 248 | pub extern "c" fn shm_unlink(name: [*:0]const u8) c_int; |
| 249 | |
| 247 | 250 | pub extern "c" fn kqueue() c_int; |
| 248 | 251 | pub extern "c" fn kevent( |
| 249 | 252 | kq: c_int, |