[haiku-commits] Re: r37380 - haiku/trunk/headers/posix

  • From: Andreas Färber <andreas.faerber@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 4 Jul 2010 12:50:30 +0200

Am 04.07.2010 um 12:01 schrieb Jérôme Duval:

2010/7/4 Rene Gollent <anevilyak@xxxxxxxxx>:
On Sat, Jul 3, 2010 at 12:39 PM,  <korli@xxxxxxxxxxxxxxxx> wrote:
Modified:
 haiku/trunk/headers/posix/size_t.h
Log:
Define ssize_t in Haiku headers when building with GCC4 (see also #5719). This could imply a conflict with old gcc4 Haiku builds.


Presumably these changes require an update to the Haiku-native
compiler packages? gcc4 on Haiku now can't build Haiku itself any more
due to ssize_t conflicts.

An update of the GCC 4.3.3 package would be fine. Applying r37379 to
the stddef.h contained in the gcc4.3.3 optional package is in fact
needed.

Nack. Being at r37176 that change is not sufficient:

/boot/develop/headers/posix/libio.h:206: error: 'ssize_t' does not name a type

Guess we also need to apply r37380 at least.

Andreas

Other related posts: