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:
32731bd
)
Make __useconds_t unsigned.
author
drepper
<drepper>
Wed, 18 Aug 1999 03:39:14 +0000
(
03:39
+0000)
committer
drepper
<drepper>
Wed, 18 Aug 1999 03:39:14 +0000
(
03:39
+0000)
sysdeps/unix/sysv/linux/mips/bits/types.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/mips/bits/types.h
b/sysdeps/unix/sysv/linux/mips/bits/types.h
index
e1c436f
..
d7176c3
100644
(file)
--- a/
sysdeps/unix/sysv/linux/mips/bits/types.h
+++ b/
sysdeps/unix/sysv/linux/mips/bits/types.h
@@
-81,8
+81,8
@@
typedef struct
typedef int __daddr_t; /* The type of a disk address. */
typedef char *__caddr_t;
typedef long int __time_t;
+typedef unsigned int __useconds_t;
typedef long int __suseconds_t;
-typedef int __useconds_t;
typedef long int __swblk_t; /* Type of a swap block maybe? */
\f
typedef long int __clock_t;