This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Perhaps for now we shouldn't define _GTHREADS_CXX0X in gthr-posix.hNope. We should just not rely *in the library* on anything requiring pthread_mutex_timedlock if the macros is not defined > 0. Or, in case it's defined as == 0 we should check at run time. But the gthr-posih.h is ok as is.
unless _POSIX_TIMERS > 0 ? (attached patch plus changelog).
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |