[Bug c/50647] New: gcc/system.h: wrong prototype for sbrk

fzvqedi at v dot mintemail.com gcc-bugzilla@gcc.gnu.org
Fri Oct 7 02:02:00 GMT 2011


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);



More information about the Gcc-bugs mailing list