Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 763 → Rev 762

/shark/trunk/include/time.h
20,11 → 20,11
 
/**
------------
CVS : $Id: time.h,v 1.2 2004-06-21 16:50:37 anton Exp $
CVS : $Id: time.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
 
File: $File$
Revision: $Revision: 1.2 $
Last update: $Date: 2004-06-21 16:50:37 $
Revision: $Revision: 1.1.1.1 $
Last update: $Date: 2002-03-29 14:12:51 $
------------
 
time.h
109,9 → 109,8
 
// look at nanoslp.c
int nanosleep(const struct timespec *rqtp, struct timespec *rmtp);
unsigned int sleep(unsigned int seconds);
unsigned int usleep(unsigned int usec);
 
 
void TIMER_register_module();