From: Ulrich Drepper Date: Tue, 30 Jun 1998 12:08:40 +0000 (+0000) Subject: Include pthreadtypes.h. X-Git-Tag: glibc-2.16-ports-before-merge~3197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea8df133ccbba695c3ec06e6228099fb36e6ad35;p=thirdparty%2Fglibc.git Include pthreadtypes.h. Define size_t. --- diff --git a/sysdeps/unix/sysv/linux/mips/bits/types.h b/sysdeps/unix/sysv/linux/mips/bits/types.h index 1d72de03215..313e96b4806 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/types.h +++ b/sysdeps/unix/sysv/linux/mips/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 */