]> xenbits.xensource.com Git - rumpuser-xen.git/commitdiff
remove conflicting types
authorAntti Kantee <pooka@iki.fi>
Mon, 2 Sep 2013 23:41:25 +0000 (02:41 +0300)
committerAntti Kantee <pooka@iki.fi>
Mon, 2 Sep 2013 23:41:25 +0000 (02:41 +0300)
include/mini-os/time.h

index 1ec7c7849642bb329560c32133f2f0aa57ba6933..00c90dc0d2566a546388cd1bf378e84e6e24604f 100644 (file)
@@ -42,10 +42,6 @@ typedef int64_t s_time_t;
 #define NSEC_TO_MSEC(_nsec)     ((_nsec) / 1000000ULL)
 #define NSEC_TO_SEC(_nsec)      ((_nsec) / 1000000000ULL)
 
-/* wall clock time  */
-typedef long time_t;
-typedef long suseconds_t;
-
 #include <sys/time.h>