summaryrefslogtreecommitdiff
path: root/src/threads/_enums.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/_enums.c')
-rw-r--r--src/threads/_enums.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/threads/_enums.c b/src/threads/_enums.c
index 6e099b0f..61451287 100644
--- a/src/threads/_enums.c
+++ b/src/threads/_enums.c
@@ -5,12 +5,9 @@ enum {
};
enum {
- mtx_timedout = 1 << 3
-};
-
-enum {
thrd_success = 0,
thrd_busy = 1,
thrd_error = 2,
thrd_nomem = 3,
+ thrd_timedout = 4,
};