X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=support%2Fsys-time.c;h=376346a45743e6116f7ffae0ac68657d73b5b649;hb=831403d104705c81d2fdb98473855da2e3076311;hp=e3f3bee91beb15f5811596c9de419bad1f29b54f;hpb=c39d7ce9985a7067c1cbf44188007c9433901940;p=mono.git diff --git a/support/sys-time.c b/support/sys-time.c index e3f3bee91be..376346a4574 100644 --- a/support/sys-time.c +++ b/support/sys-time.c @@ -16,16 +16,6 @@ G_BEGIN_DECLS -struct Mono_Posix_Timeval { - /* time_t */ mph_time_t tv_sec; /* seconds */ - /* suseconds_t */ gint64 tv_usec; /* microseconds */ -}; - -struct Mono_Posix_Timezone { - int tz_minuteswest; /* minutes W of Greenwich */ - int tz_dsttime; /* ignored */ -}; - gint32 Mono_Posix_Syscall_gettimeofday ( struct Mono_Posix_Timeval *tv,