diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-03-02 15:23:30 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-03-02 15:23:30 +0000 |
commit | 07e12bb391ae84eb74817d42feda42cff7f687e5 (patch) | |
tree | bef6c26906484a4bd32e9abfc53a37819aa1242f /manual/llio.texi | |
parent | 28afd92dbdb4fef4358051aad5cb944a9527a4b5 (diff) | |
download | glibc-07e12bb391ae84eb74817d42feda42cff7f687e5.tar.gz glibc-07e12bb391ae84eb74817d42feda42cff7f687e5.tar.xz glibc-07e12bb391ae84eb74817d42feda42cff7f687e5.zip |
Document properties of standard typedefs, not exact types.
Diffstat (limited to 'manual/llio.texi')
-rw-r--r-- | manual/llio.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/llio.texi b/manual/llio.texi index 9fa0908f2d..f3ed542724 100644 --- a/manual/llio.texi +++ b/manual/llio.texi @@ -776,8 +776,8 @@ character. @comment sys/types.h @comment POSIX.1 @deftp {Data Type} off_t -This is an arithmetic data type used to represent file sizes. -In the GNU system, this is equivalent to @code{fpos_t} or @code{long int}. +This is a signed integer type used to represent file sizes. In +@theglibc{}, this type is no narrower than @code{int}. If the source is compiled with @code{_FILE_OFFSET_BITS == 64} this type is transparently replaced by @code{off64_t}. |