aboutsummaryrefslogtreecommitdiff
path: root/ports/winnt/ppsapi/skelprov/sys/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/winnt/ppsapi/skelprov/sys/time.h')
-rw-r--r--ports/winnt/ppsapi/skelprov/sys/time.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/ports/winnt/ppsapi/skelprov/sys/time.h b/ports/winnt/ppsapi/skelprov/sys/time.h
deleted file mode 100644
index 079e5b64431f..000000000000
--- a/ports/winnt/ppsapi/skelprov/sys/time.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * This sys/time.h is part of ppsapi-prov skeleton sample source code
- * for a Windows PPSAPI provider DLL. It was adapted from
- * ports/winnt/include/sys/time.h in ntpd.
- */
-
-#ifndef SYS_TIME_H
-#define SYS_TIME_H
-
-#include <windows.h>
-#include <time.h>
-
-typedef struct timespec {
- time_t tv_sec;
- long tv_nsec;
-} timespec_t;
-
-#endif /* SYS_TIME_H */