[Mono-bugs] [Bug 446205] prototypes do not match body

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 18 21:54:20 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=446205

User jpryor at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=446205#c5





--- Comment #5 from Jonathan Pryor <jpryor at novell.com>  2008-11-18 19:54:20 MST ---
Yup, that would do it.

Who in their right mind uses `long` for a 32-bit integer?!

(Obviously `newlib`, but that just seems *really* odd, as it means you can't
share the <stdint.h> file between ILP32 and LP64 platforms...  Perhaps newlib
doesn't support LP64 platforms?)

Nevertheless, if you need to support newlib you need to support newlib...

The fix is trivial: s/gint32/int/g within mono/support.  Pity that change
impacts at least 19 files, possibly more...

If you're willing to cook a patch, I'll review it, otherwise you'll need to
wait until I get around to it...


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list