commit | 11c531e21de9c417166da934898ea7225a758fdf | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Mon May 30 01:41:23 2011 -0400 |
committer | Rich Felker <dalias@aerifal.cx> | Mon May 30 01:41:23 2011 -0400 |
tree | b70cd41e7a7b9304235a3eb0f09d9c4d335efb38 | |
parent | 9a59faab3c0c46d2e96245e11fc71351caba1a2e [diff] |
implement uselocale function (minimal)
diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index 615713c..219bf00 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h
@@ -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 @@ } robust_list; int unblock_cancel; int delete_timer; + locale_t locale; }; struct __timer {