projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
762310b
)
Include pthreadtypes.h.
author
drepper
<drepper>
Tue, 30 Jun 1998 12:09:15 +0000
(12:09 +0000)
committer
drepper
<drepper>
Tue, 30 Jun 1998 12:09:15 +0000
(12:09 +0000)
Define size_t.
sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h
b/sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h
index
5c77f9a
..
774e7db
100644
(file)
--- a/
sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h
+++ b/
sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h
@@
-25,6
+25,9
@@
#include <features.h>
#include <features.h>
+#define __need_size_t
+#include <stddef.h>
+
/* Convenience types. */
typedef unsigned char __u_char;
typedef unsigned short int __u_short;
/* Convenience types. */
typedef unsigned char __u_char;
typedef unsigned short int __u_short;
@@
-117,4
+120,8
@@
typedef __u_quad_t __fsfilcnt64_t;
typedef int __t_scalar_t;
typedef unsigned int __t_uscalar_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 */
#endif /* bits/types.h */