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:
6ab049e
)
Define type __useconds_t.
author
drepper
<drepper>
Wed, 18 Aug 1999 01:18:14 +0000
(
01:18
+0000)
committer
drepper
<drepper>
Wed, 18 Aug 1999 01:18:14 +0000
(
01:18
+0000)
sysdeps/unix/sysv/sysv4/solaris2/bits/types.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/sysv4/solaris2/bits/types.h
b/sysdeps/unix/sysv/sysv4/solaris2/bits/types.h
index
b2eace3
..
ec1142c
100644
(file)
--- a/
sysdeps/unix/sysv/sysv4/solaris2/bits/types.h
+++ b/
sysdeps/unix/sysv/sysv4/solaris2/bits/types.h
@@
-79,6
+79,7
@@
typedef unsigned int __id_t; /* General type for IDs. */
typedef long int __daddr_t; /* The type of a disk address. */
typedef char *__caddr_t;
typedef long int __time_t;
typedef long int __daddr_t; /* The type of a disk address. */
typedef char *__caddr_t;
typedef long int __time_t;
+typedef int __useconds_t;
typedef int __suseconds_t;
typedef long int __swblk_t; /* Type of a swap block maybe? */
typedef int __key_t; /* Type of an IPC key */
typedef int __suseconds_t;
typedef long int __swblk_t; /* Type of a swap block maybe? */
typedef int __key_t; /* Type of an IPC key */