summaryrefslogtreecommitdiff
path: root/src/thread/thrd_exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/thrd_exit.c')
-rw-r--r--src/thread/thrd_exit.c5
1 files changed, 2 insertions, 3 deletions
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 <threads.h>
-
-_Noreturn void __pthread_exit(void *);
+#include <pthread.h>
+#include <stdint.h>
_Noreturn void thrd_exit(int result)
{