Add PTHREAD_NULL.

This commit is contained in:
Jonas 'Sortie' Termansen 2024-06-23 23:04:04 +02:00
parent c3c59403c9
commit 3474d7f674
1 changed files with 2 additions and 0 deletions

View File

@ -168,6 +168,8 @@ struct pthread_cond_elem
#define PTHREAD_ONCE_INIT { PTHREAD_NORMAL_MUTEX_INITIALIZER_NP, 0 }
#define PTHREAD_NULL ((pthread_t) 0)
#if defined(__is_sortix_libc)
struct pthread_key