ossp-pkg/pth/ChangeLog 1.616 -> 1.617
--- ChangeLog 2004/09/12 09:28:04 1.616
+++ ChangeLog 2004/09/12 11:27:32 1.617
@@ -21,6 +21,12 @@
Changes between 2.0.1 and 2.0.2 (13-Jul-2003 to xx-XXX-2004)
+ *) Workaround GCC 2.x and 3.5 (3.4 worked fine) macro parsing
+ behaviour by using a pre-declared function pointer type "typedef
+ int (*pth_event_func_t)(void *);" instead of using an inlined
+ "int (*)(void *)".
+ [Ralf S. Engelschall, Robert Anderson <RWA@sbcglobal.net>]
+
*) Fixed prototype for pthread_attr_setschedparam(3) from
to use a "const struct sched_param *" argument.
[Rafael Ávila de Espíndola <rafael.espindola@ic.unicamp.br>]
|
|