use atomic decrement rather than cas in pthread_exit thread count
[musl] / arch / powerpc / bits / alltypes.h.sh
index f3dac12..7d3cdc3 100755 (executable)
@@ -56,11 +56,15 @@ TYPEDEF uint64_t           uint_fast64_t;
 TYPEDEF int intptr_t;
 TYPEDEF unsigned uintptr_t;
 
+TYPEDEF long long          intmax_t;
+TYPEDEF unsigned long long uintmax_t;
+
 TYPEDEF float float_t;
 TYPEDEF double double_t;
 
 TYPEDEF long time_t;
 TYPEDEF int suseconds_t;
+TYPEDEF unsigned useconds_t;
 STRUCT timeval { time_t tv_sec; int tv_usec; };
 STRUCT timespec { time_t tv_sec; long tv_nsec; };