remove all .size and .type directives for functions from the asm
[oweals/musl.git] / src / internal / pthread_impl.h
index 615713c7441b3c7b69a922eb0b876570ae97cb59..219bf006d51beb491a8c0d77ec8bada802f2bdbf 100644 (file)
@@ -12,6 +12,7 @@
 #include <setjmp.h>
 #include <string.h>
 #include <time.h>
+#include <locale.h>
 #include "libc.h"
 #include "syscall.h"
 #include "atomic.h"
@@ -44,6 +45,7 @@ struct pthread {
        } robust_list;
        int unblock_cancel;
        int delete_timer;
+       locale_t locale;
 };
 
 struct __timer {