This is the mail archive of the glibc-bugs@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]
Other format: [Raw text]

[Bug manual/278] New: cookie_seek_function_t takes off64_t second argument, not fpos_t


The documentation for cookie_seek_function_t in stdio.texi (line 5070 and below,
or just look for @var{seeker}) states that this function accepts an fpos_t
*position" second argument. But this should really be "off64_t *position". The
section (Custom Stream Hook Functions) need to be updated somewhat - the fpos_t
comment removed, etc.

Oskar Liljeblad (oskar@osk.mine.nu)

-- 
           Summary: cookie_seek_function_t takes off64_t second argument,
                    not fpos_t
           Product: glibc
           Version: 2.3.3
            Status: NEW
          Severity: minor
          Priority: P2
         Component: manual
        AssignedTo: roland at gnu dot org
        ReportedBy: oskar at osk dot mine dot nu
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: irrelevant
  GCC host triplet: irrelevant
GCC target triplet: irrelevant


http://sources.redhat.com/bugzilla/show_bug.cgi?id=278

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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