projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Define __blksize_t.
[kopensolaris-gnu/glibc.git]
/
sysdeps
/
unix
/
sysv
/
sysv4
/
solaris2
/
bits
/
types.h
diff --git
a/sysdeps/unix/sysv/sysv4/solaris2/bits/types.h
b/sysdeps/unix/sysv/sysv4/solaris2/bits/types.h
index
79713e7
..
1e7b50e
100644
(file)
--- a/
sysdeps/unix/sysv/sysv4/solaris2/bits/types.h
+++ b/
sysdeps/unix/sysv/sysv4/solaris2/bits/types.h
@@
-110,6
+110,9
@@
typedef struct
typedef unsigned long int __fd_mask;
typedef unsigned long int __fd_mask;
+/* Type to represent block size. */
+typedef long int __blksize_t;
+
/* Types from the Large File Support interface. */
/* Type to count number os disk blocks. */
/* Types from the Large File Support interface. */
/* Type to count number os disk blocks. */