Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 535 → Rev 536

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