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:
cb8b435
)
Make __useconds_t unsigned.
author
drepper
<drepper>
Wed, 18 Aug 1999 03:38:20 +0000
(
03:38
+0000)
committer
drepper
<drepper>
Wed, 18 Aug 1999 03:38:20 +0000
(
03:38
+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
096d920
..
4bc4319
100644
(file)
--- a/
sysdeps/unix/sysv/linux/alpha/bits/types.h
+++ b/
sysdeps/unix/sysv/linux/alpha/bits/types.h
@@
-76,7
+76,7
@@
typedef struct
typedef int __daddr_t; /* Type of a disk address. */
typedef char *__caddr_t; /* Type of a core address. */
typedef long int __time_t;
-typedef int __useconds_t;
+typedef
unsigned
int __useconds_t;
typedef long int __suseconds_t;
typedef long int __swblk_t; /* Type of a swap block maybe? */
typedef long int __clock_t;