This is the mail archive of the gdb-prs@sourceware.org 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]

[Bug gdb/16658] New: Documentation for struct timeval incorrect


https://sourceware.org/bugzilla/show_bug.cgi?id=16658

            Bug ID: 16658
           Summary: Documentation for struct timeval incorrect
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: jon at beniston dot com

Created attachment 7454
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7454&action=edit
Patch to fix doc

The documentation for the File I/O structure:

https://sourceware.org/gdb/onlinedocs/gdb/Integral-Datatypes.html#Integral-Datatypes

says:

"this structure is of size 8 bytes"

The size is actually 12 bytes, as longs are 64-bit.

Patch attached.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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