X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Fpthread_impl.h;h=de2b9d8b477e68d44191851048bd6fdfba91b0a2;hb=fa4a8abd06a401822cc8ba4e352a219544c0118d;hp=10e2988153b70d96cb2b8410d41a31fdf64258ff;hpb=3cd3de61894b73ca9f62ab9e5b572fc1037dcd55;p=musl diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index 10e29881..de2b9d8b 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -68,16 +68,12 @@ struct pthread { }; enum { - DT_EXITING = 0, + DT_EXITED = 0, + DT_EXITING, DT_JOINABLE, DT_DETACHED, }; -struct __timer { - int timerid; - pthread_t thread; -}; - #define __SU (sizeof(size_t)/sizeof(int)) #define _a_stacksize __u.__s[0] @@ -159,11 +155,8 @@ hidden int __pthread_key_delete_impl(pthread_key_t); extern hidden volatile size_t __pthread_tsd_size; extern hidden void *__pthread_tsd_main[]; -extern hidden volatile int __aio_fut; extern hidden volatile int __eintr_valid_flag; -extern hidden void __aio_atfork(int); - hidden int __clone(int (*)(void *), void *, int, void *, ...); hidden int __set_thread_area(void *); hidden int __libc_sigaction(int, const struct sigaction *, struct sigaction *);