X-Git-Url: http://git.maemo.org/git/?p=opencv;a=blobdiff_plain;f=apps%2FHawk%2FCVEiCL%2FEiC%2Fmodule%2FstdClib%2Fsrc%2F_SUNOS%2Ftime.h;fp=apps%2FHawk%2FCVEiCL%2FEiC%2Fmodule%2FstdClib%2Fsrc%2F_SUNOS%2Ftime.h;h=0000000000000000000000000000000000000000;hp=c624d9173b699f502ae34486438a1d9229437f39;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hpb=454138ff8a20f6edb9b65a910101403d8b520643 diff --git a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SUNOS/time.h b/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SUNOS/time.h deleted file mode 100644 index c624d91..0000000 --- a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SUNOS/time.h +++ /dev/null @@ -1,43 +0,0 @@ -#define CLOCKS_PER_SEC 100000 - -struct tm { - int tm_sec; - int tm_min; - int tm_hour; - int tm_mday; - int tm_mon; - int tm_year; - int tm_wday; - int tm_yday; - int tm_isdst; - char *tm_zone; - long tm_gmtoff; -}; - -char *asctime(struct tm * tm); -clock_t clock(void); -char *ctime(time_t * clock); -double difftime(time_t t1, time_t t2); -struct tm *gmtime(time_t *clock); -struct tm *localtime(time_t *clock); -/*time_t mktime(struct tm * tm);*/ -size_t strftime(char * buf, size_t bufsize, char * fmt,struct tm *tm); -time_t time(time_t * tloc); - - -/********** None standard SUNOS functions not implemented in EiC -char *strptime(char *buf, char *fmt, struct tm * tm); -time_t timegm(struct tm *tm); -time_t timelocal(struct tm *tm); -void tzset(); -void tzsetwall(); -int dysize(int y); -***********/ - - - - - - - -