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:
084238b
)
Include pthreadtypes.h.
author
drepper
<drepper>
Tue, 30 Jun 1998 12:02:24 +0000
(12:02 +0000)
committer
drepper
<drepper>
Tue, 30 Jun 1998 12:02:24 +0000
(12:02 +0000)
sysdeps/unix/sysv/linux/alpha/bits/types.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/alpha/bits/types.h
b/sysdeps/unix/sysv/linux/alpha/bits/types.h
index
70b7d72
..
699f14c
100644
(file)
--- a/
sysdeps/unix/sysv/linux/alpha/bits/types.h
+++ b/
sysdeps/unix/sysv/linux/alpha/bits/types.h
@@
-107,4
+107,8
@@
typedef struct
typedef int __t_scalar_t;
typedef unsigned int __t_uscalar_t;
+
+/* Now add the thread types. */
+#include <bits/pthreadtypes.h>
+
#endif /* bits/types.h */