summaryrefslogtreecommitdiff
path: root/src/user/lib/esemaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/lib/esemaphore.h')
-rw-r--r--src/user/lib/esemaphore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/lib/esemaphore.h b/src/user/lib/esemaphore.h
index 4a16c2e..9cc85e0 100644
--- a/src/user/lib/esemaphore.h
+++ b/src/user/lib/esemaphore.h
@@ -2,7 +2,7 @@
#include <camellia/types.h>
struct evil_sem {
- handle_t wait, signal;
+ hid_t wait, signal;
};
void esem_signal(struct evil_sem *sem);