Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 44 → Rev 45

/shark/trunk/include/kernel/func.h
21,11 → 21,11
 
/**
------------
CVS : $Id: func.h,v 1.3 2003-01-07 17:12:19 pj Exp $
CVS : $Id: func.h,v 1.4 2003-01-30 09:59:59 pj Exp $
 
File: $File$
Revision: $Revision: 1.3 $
Last update: $Date: 2003-01-07 17:12:19 $
Revision: $Revision: 1.4 $
Last update: $Date: 2003-01-30 09:59:59 $
------------
 
Kernel functions:
267,7 → 267,7
 
extern __inline__ TIME kern_gettime(struct timespec *t)
{
return ll_gettime(TIME_EXACT, t);
return ll_gettime(TIME_NEW, t);
}