From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0) Description of problem: <cyg/posix/muttypes.h> depends on <pkgconf/kernel.h>, but doesn't explicitly include it. It may result in wrong size for pthread_mutex_t if muttypes.h is included before kernel.h. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.create C file, starting with #include <sys/types.h> #include <pthread.h> and print out sizeof(pthread_mutex_t) 2.default elix config 3.compile and run, the size printed would be wrong! Additional info:
muttypes.h has included <pkgconf/kernel.h> since 6th November according to the ChangeLog