Don't show supervised user as "already on this device" while they're being imported.
[chromium-blink-merge.git] / sandbox / linux / system_headers / linux_time.h
blobe6c8112b8640e02771088fb932a48185c2ab21c9
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_TIME_H_
6 #define SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_TIME_H_
8 #include <time.h>
10 #if !defined(CLOCK_REALTIME_COARSE)
11 #define CLOCK_REALTIME_COARSE 5
12 #endif
14 #if !defined(CLOCK_MONOTONIC_COARSE)
15 #define CLOCK_MONOTONIC_COARSE 6
16 #endif
18 #endif // SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_TIME_H_