> > 65: typedef union
> > 66: {
> > 67: char __size[__SIZEOF_PTHREAD_MUTEXATTR_T];
> > 68: long int __align;
> > 69: } pthread_mutexattr_t;> Everything looks normal to me. Try commenting out line 68 and see if that changes anything. Regards, Greg _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
