Changeset 2085 for Whitix/branches/netchannel/user/libc/include/syscalls.h
- Timestamp:
- 05/20/10 16:05:25 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/netchannel/user/libc/include/syscalls.h
r2084 r2085 18 18 { 19 19 unsigned long seconds,useconds; 20 }; 21 22 struct UserTimer 23 { 24 int flags; 25 void* data; 26 void (*func)(void* data); 27 }; 28 29 struct UserTimerSpec 30 { 31 unsigned long seconds, useconds; 20 32 }; 21 33
