- Timestamp:
- 10/14/08 18:42:15 (1 month ago)
- Files:
-
- 1 modified
-
Whitix/branches/keobject/user/posix/time/time.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/keobject/user/posix/time/time.c
r910 r1123 90 90 return NULL; 91 91 } 92 93 unsigned int sleep(unsigned int seconds) 94 { 95 printf("sleep(%u)\n", seconds); 96 return 0; 97 }
