This is the mail archive of the glibc-bugs@sourceware.org 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 stdio/13960] New: #defining _LARGEFILE_SOURCE does not give me ftello


http://sourceware.org/bugzilla/show_bug.cgi?id=13960

             Bug #: 13960
           Summary: #defining _LARGEFILE_SOURCE does not give me ftello
           Product: glibc
           Version: 2.14
            Status: NEW
          Severity: normal
          Priority: P2
         Component: stdio
        AssignedTo: unassigned@sourceware.org
        ReportedBy: giecrilj@stegny.2a.pl
    Classification: Unclassified


Created attachment 6330
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6330
does not compile with gcc -ansi

== Steps to reproduce ==
{ gcc -c -ansi off_t.c; }

== Expected result ==
off_t.o

== Actual result ==
off_t.c:8:8: error: expected declaration specifiers or â...â before â*â token

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]