This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA]: File-I/O patch, Documentation


On Thu, Nov 21, 2002 at 10:04:43AM +0100, Corinna Vinschen wrote:
> Hi,
> 
> this is the patch containing the additional documentation for File-I/O.

Of course I found an error seconds after sending this.

> [...]
> +@node struct stat
> +@unnumberedsubsubsec struct stat
> [...]

Subsitute

> +The integral datatypes are conforming to the definition in B.1 so this
> +structure is of size 64 bytes.

by

  The integral datatypes are conforming to the definitions given in the
  approriate section (@xref{Integral datatypes}, for details) so this
  structure is of size 64 bytes.

The same happened in the next section "struct timeval", just the size
is 8 instead of 64.

Sorry,
Corinna

-- 
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:vinschen@redhat.com


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