diff --git a/monotonic.py b/monotonic.py index 896f09b..161fc89 100644 --- a/monotonic.py +++ b/monotonic.py @@ -128,6 +128,8 @@ except AttributeError: CLOCK_MONOTONIC = 1 elif sys.platform.startswith('freebsd'): CLOCK_MONOTONIC = 4 + elif sys.platform.startswith('sunos5'): + CLOCK_MONOTONIC = 4 elif 'bsd' in sys.platform: CLOCK_MONOTONIC = 3