Include pthreadtypes.h.

Define size_t.
This commit is contained in:
Ulrich Drepper 1998-06-30 12:08:40 +00:00
parent 2e28d2fb79
commit ea8df133cc
1 changed files with 7 additions and 0 deletions

View 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 */