mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
(Attribute Meanings): Move a misplaced paragraph.
This commit is contained in:
parent
45a89cc6c6
commit
fc549258a1
@ -1418,12 +1418,6 @@ writing the file. (This is unrelated to @code{st_blocks}.)
|
|||||||
@end table
|
@end table
|
||||||
@end deftp
|
@end deftp
|
||||||
|
|
||||||
Some of the file attributes have special data type names which exist
|
|
||||||
specifically for those attributes. (They are all aliases for well-known
|
|
||||||
integer types that you know and love.) These typedef names are defined
|
|
||||||
in the header file @file{sys/types.h} as well as in @file{sys/stat.h}.
|
|
||||||
Here is a list of them.
|
|
||||||
|
|
||||||
The extensions for the Large File Support (LFS) require even on 32 bits
|
The extensions for the Large File Support (LFS) require even on 32 bits
|
||||||
machine types which can handle file sizes up to @math{2^63}. Therefore
|
machine types which can handle file sizes up to @math{2^63}. Therefore
|
||||||
a new definition of @code{struct stat} is necessary.
|
a new definition of @code{struct stat} is necessary.
|
||||||
@ -1506,6 +1500,12 @@ writing the file. (This is unrelated to @code{st_blocks}.)
|
|||||||
@end table
|
@end table
|
||||||
@end deftp
|
@end deftp
|
||||||
|
|
||||||
|
Some of the file attributes have special data type names which exist
|
||||||
|
specifically for those attributes. (They are all aliases for well-known
|
||||||
|
integer types that you know and love.) These typedef names are defined
|
||||||
|
in the header file @file{sys/types.h} as well as in @file{sys/stat.h}.
|
||||||
|
Here is a list of them.
|
||||||
|
|
||||||
@comment sys/types.h
|
@comment sys/types.h
|
||||||
@comment POSIX.1
|
@comment POSIX.1
|
||||||
@deftp {Data Type} mode_t
|
@deftp {Data Type} mode_t
|
||||||
|
Loading…
Reference in New Issue
Block a user