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:
d55159d
)
Define __blksize_t.
author
drepper
<drepper>
Wed, 18 Aug 1999 07:35:03 +0000
(07:35 +0000)
committer
drepper
<drepper>
Wed, 18 Aug 1999 07:35:03 +0000
(07:35 +0000)
bits/types.h
patch
|
blob
|
history
sysdeps/generic/bits/types.h
patch
|
blob
|
history
diff --git
a/bits/types.h
b/bits/types.h
index
8d20612
..
fd9818e
100644
(file)
--- a/
bits/types.h
+++ b/
bits/types.h
@@
-115,6
+115,9
@@
typedef struct
typedef unsigned short int __ipc_pid_t;
+/* Type to represent block size. */
+typedef unsigned int __blksize_t;
+
/* Types from the Large File Support interface. */
/* Type to count number os disk blocks. */
diff --git
a/sysdeps/generic/bits/types.h
b/sysdeps/generic/bits/types.h
index
8d20612
..
fd9818e
100644
(file)
--- a/
sysdeps/generic/bits/types.h
+++ b/
sysdeps/generic/bits/types.h
@@
-115,6
+115,9
@@
typedef struct
typedef unsigned short int __ipc_pid_t;
+/* Type to represent block size. */
+typedef unsigned int __blksize_t;
+
/* Types from the Large File Support interface. */
/* Type to count number os disk blocks. */