This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: The manual erroneously says that fpos_t is off_t in the GNU system


>-In the GNU system, @code{fpos_t} is equivalent to @code{off_t} or
>-@code{long int}.  In other systems, it might have a different internal
>+In the GNU system, @code{fpos_t} is an opaque data structure that
>+contains internal data to represent file offset and conversion state
>+information.  In other systems, it might have a different internal
> representation.

How about:

  @code{fpos_t} is an opaque data structure.  In the GNU system, it contains
  internal data which represents file offset and conversion state information.
  [...]

p.


PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]