diff options
Diffstat (limited to 'include/c11/threads.h')
-rw-r--r-- | include/c11/threads.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/c11/threads.h b/include/c11/threads.h index 573348d8091..3c3f23a8ab8 100644 --- a/include/c11/threads.h +++ b/include/c11/threads.h @@ -30,9 +30,6 @@ #define EMULATED_THREADS_H_INCLUDED_ #include <time.h> -#ifdef _MSC_VER -#include <thr/xtimec.h> // for xtime -#endif #ifndef TIME_UTC #define TIME_UTC 1 @@ -44,14 +41,6 @@ typedef void (*tss_dtor_t)(void*); typedef int (*thrd_start_t)(void*); -#ifndef _MSC_VER -struct xtime { - time_t sec; - long nsec; -}; -typedef struct xtime xtime; -#endif - /*-------------------- enumeration constants --------------------*/ enum { |