Commit 57d6e1b3 by Rainer Orth Committed by Rainer Orth

Use CLOCK_HIGHRES on Solaris 9

	* config/os/solaris/solaris2.9/os_defines.h [!CLOCK_MONOTONIC]
	(CLOCK_MONOTONIC): Define.

From-SVN: r199317
parent cb5cb194
2013-05-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/os/solaris/solaris2.9/os_defines.h [!CLOCK_MONOTONIC]
(CLOCK_MONOTONIC): Define.
2013-05-24 Paolo Carlini <paolo.carlini@oracle.com>
* include/ext/type_traits.h (__is_null_pointer): Add std::nullptr_t
......
......@@ -35,5 +35,10 @@
#define __CORRECT_ISO_CPP_WCHAR_H_PROTO
#endif
/* Solaris 9 uses the non-standard CLOCK_HIGHRES instead. */
#ifndef CLOCK_MONOTONIC
#define CLOCK_MONOTONIC CLOCK_HIGHRES
#endif
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment