diff options
-rw-r--r-- | storage/xtradb/include/ut0ut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/include/ut0ut.h b/storage/xtradb/include/ut0ut.h index 2dd79155770..de8be1774c3 100644 --- a/storage/xtradb/include/ut0ut.h +++ b/storage/xtradb/include/ut0ut.h @@ -83,7 +83,7 @@ private: the YieldProcessor macro defined in WinNT.h. It is a CPU architecture- independent way by using YieldProcessor. */ # define UT_RELAX_CPU() YieldProcessor() -# elif defined(__powerpc__) +# elif defined(__powerpc__) && defined __GLIBC__ #include <sys/platform/ppc.h> # define UT_RELAX_CPU() __ppc_get_timebase() # else |