X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fpthread.h;h=af70b7398d6b7b2e41962e5923efadb5cbe0cdc6;hb=6fef8cafbd0f6f185897bc87feb1ff66e2e204e1;hp=99a74a53b5f6b6bc80668db4497a7c9443176a37;hpb=102f6a01e249ce4495f1119ae6d963a2a4a53ce5;p=musl diff --git a/include/pthread.h b/include/pthread.h index 99a74a53..af70b739 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -79,9 +79,6 @@ int pthread_detach(pthread_t); _Noreturn void pthread_exit(void *); int pthread_join(pthread_t, void **); -#ifdef __GNUC__ -__attribute__((const)) -#endif pthread_t pthread_self(void); int pthread_equal(pthread_t, pthread_t);