X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Fpthread_impl.h;h=de2b9d8b477e68d44191851048bd6fdfba91b0a2;hb=fa4a8abd06a401822cc8ba4e352a219544c0118d;hp=1322a6a8136a1d90cf59f4ae494391efc5adcb7a;hpb=557673603bb553e90106e7d14da6447a5ff82164;p=musl diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index 1322a6a8..de2b9d8b 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -68,7 +68,8 @@ struct pthread { }; enum { - DT_EXITING = 0, + DT_EXITED = 0, + DT_EXITING, DT_JOINABLE, DT_DETACHED, };