diff options
Diffstat (limited to 'docs/application/thread.md')
| -rw-r--r-- | docs/application/thread.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/application/thread.md b/docs/application/thread.md index 6d3f76f..956c8ff 100644 --- a/docs/application/thread.md +++ b/docs/application/thread.md @@ -37,7 +37,7 @@ typedef struct { typedef struct { kpl_task_queue queue; - _Atomic ssize_t priority; + _Atomic size_t priority; sem_t counter; pthread_t thread; } kpl_thread; |
