This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 c/50647] New: gcc/system.h: wrong prototype for sbrk


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50647

             Bug #: 50647
           Summary: gcc/system.h: wrong prototype for sbrk
    Classification: Unclassified
           Product: gcc
           Version: 4.5.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: fzvqedi@v.mintemail.com


../.././gcc/system.h:394: error: conflicting types for 'sbrk'
it uses (int) as argument, but

according to man sbrk:
void *sbrk(intptr_t increment);


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