X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fthread%2Fthrd_exit.c;h=9b291ae3db2de16b19c90f504c8e9e7102e10adb;hb=b1dfb734a45d4f74c7a24c5f07d37f7e74451802;hp=b66bd99695ca63da6a7f2cc9dbc3f42e88d2e255;hpb=23614b0fcb4cd4d7b2e4148d3b1887b642169765;p=musl diff --git a/src/thread/thrd_exit.c b/src/thread/thrd_exit.c index b66bd996..9b291ae3 100644 --- a/src/thread/thrd_exit.c +++ b/src/thread/thrd_exit.c @@ -1,7 +1,6 @@ -#include "pthread_impl.h" #include - -_Noreturn void __pthread_exit(void *); +#include +#include _Noreturn void thrd_exit(int result) {