]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/config/os/solaris/solaris2.9/os_defines.h
Update copyright years in libstdc++-v3/
[thirdparty/gcc.git] / libstdc++-v3 / config / os / solaris / solaris2.9 / os_defines.h
index e3bed139a6b109ac13ce55e9ee80f870486aa79d..f5500f58db64c8734c924cfd69e2bfa2207fef39 100644 (file)
@@ -1,7 +1,6 @@
 // Specific definitions for Solaris 9+  -*- C++ -*-
 
-// Copyright (C) 2000, 2002, 2005, 2009, 2011, 2012
-// Free Software Foundation, Inc.
+// Copyright (C) 2000-2014 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
 #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