mirror of
https://github.com/ish-app/ish.git
synced 2026-01-18 13:57:29 +00:00
7 lines
98 B
C
7 lines
98 B
C
#ifndef KERNEL_FUTEX_H
|
|
#define KERNEL_FUTEX_H
|
|
|
|
int futex_wake(addr_t uaddr, dword_t val);
|
|
|
|
#endif
|