File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
libc/src/__support/threads Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414#include " src/__support/macros/config.h"
1515#include " src/__support/threads/mutex_common.h"
1616#include " src/__support/threads/sleep.h" // For sleep_briefly
17- #include " src/__support/time/linux/ abs_timeout.h"
17+ #include " src/__support/time/abs_timeout.h"
1818
1919#include < mach/mach_init.h> // For mach_thread_self
2020#include < mach/mach_port.h> // For mach_port_t and MACH_PORT_NULL
Original file line number Diff line number Diff line change 1717#include " src/__support/threads/linux/futex_utils.h"
1818#include " src/__support/threads/linux/futex_word.h"
1919#include " src/__support/threads/sleep.h"
20- #include " src/__support/time/linux/ abs_timeout.h"
20+ #include " src/__support/time/abs_timeout.h"
2121
2222#ifndef LIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY
2323#define LIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY 1
You can’t perform that action at this time.
0 commit comments