public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/50647] New: gcc/system.h: wrong prototype for sbrk
@ 2011-10-07  2:02 fzvqedi at v dot mintemail.com
  2011-10-07  5:52 ` [Bug other/50647] " pinskia at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: fzvqedi at v dot mintemail.com @ 2011-10-07  2:02 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-10-09 23:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-07  2:02 [Bug c/50647] New: gcc/system.h: wrong prototype for sbrk fzvqedi at v dot mintemail.com
2011-10-07  5:52 ` [Bug other/50647] " pinskia at gcc dot gnu.org
2011-10-07 20:57 ` fzvqedi at v dot mintemail.com
2011-10-07 21:50 ` joseph at codesourcery dot com
2011-10-07 21:54 ` joseph at codesourcery dot com
2011-10-07 22:30 ` schwab@linux-m68k.org
2011-10-09 23:30 ` fzvqedi at v dot mintemail.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).