summaryrefslogtreecommitdiff
path: root/manual/llio.texi
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-03-02 15:23:30 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-03-02 15:23:30 +0000
commit07e12bb391ae84eb74817d42feda42cff7f687e5 (patch)
treebef6c26906484a4bd32e9abfc53a37819aa1242f /manual/llio.texi
parent28afd92dbdb4fef4358051aad5cb944a9527a4b5 (diff)
Document properties of standard typedefs, not exact types.
Diffstat (limited to 'manual/llio.texi')
-rw-r--r--manual/llio.texi4
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}.