Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 536 → Rev 535

/shark/trunk/oslib/ll/sys/ll/time.h
55,7 → 55,6
#include <ll/i386/defs.h>
BEGIN_DEF
 
#ifndef _STRUCT_TIMESPEC
#define _STRUCT_TIMESPEC
 
struct timespec {
63,8 → 62,6
long tv_nsec; /* Nanoseconds */
};
 
#endif
 
/*
* these macros come from the Utah Flux oskit...
*/