From: drepper Date: Tue, 30 Jun 1998 12:08:02 +0000 (+0000) Subject: Include pthreadtypes.h. X-Git-Tag: glibc-2_0_95~620 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=86ba490c3493d7809458b9effbecb9b4de875408 Include pthreadtypes.h. Define size_t. --- diff --git a/sysdeps/unix/sysv/linux/bits/types.h b/sysdeps/unix/sysv/linux/bits/types.h index 16111beed0..916910908f 100644 --- a/sysdeps/unix/sysv/linux/bits/types.h +++ b/sysdeps/unix/sysv/linux/bits/types.h @@ -25,6 +25,9 @@ #include +#define __need_size_t +#include + /* Convenience types. */ typedef unsigned char __u_char; typedef unsigned short __u_short; @@ -131,4 +134,8 @@ typedef __loff_t __off64_t; typedef int __t_scalar_t; typedef unsigned int __t_uscalar_t; + +/* Now add the thread types. */ +#include + #endif /* bits/types.h */