2007-10-19 Nagappan A <anagappan@novell.com>
[mono.git] / support / sys-time.c
index e3f3bee91beb15f5811596c9de419bad1f29b54f..376346a45743e6116f7ffae0ac68657d73b5b649 100644 (file)
 
 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,