Joined: Sun Apr 19, 2009 6:18 pm Posts: 4
|
|
Hi time_t and suseconds_t have been typedef'ed to long. (linux/types.h)
The problem is depending on the _MIPS_SZLONG, long can be 32 bits or 64bits in size ( asm-mips/types.h ) Does this mean we are looking at a variable size for "timeval structure" or do we need to keep the time_t to be 32bits only? which would call for a revamp of the existing typedefs
Thanks
|
|