Include pthreadtypes.h.
authorUlrich Drepper <drepper@redhat.com>
Tue, 30 Jun 1998 12:08:40 +0000 (12:08 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 30 Jun 1998 12:08:40 +0000 (12:08 +0000)
Define size_t.

sysdeps/unix/sysv/linux/mips/bits/types.h

index 1d72de0..313e96b 100644 (file)
@@ -25,6 +25,9 @@
 
 #include <features.h>
 
+#define __need_size_t
+#include <stddef.h>
+
 /* 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 <bits/pthreadtypes.h>
+
 #endif /* bits/types.h */