Changeset 349
- Timestamp:
- 04/24/08 13:26:47 (7 months ago)
- Files:
-
- 1 modified
-
Whitix/trunk/include/wait.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/include/wait.h
r333 r349 51 51 }; 52 52 53 extern int printf(char* str,...);54 55 53 static inline void WaitAddToQueue(WaitQueue* waitQueue,struct WaitQueueEntry* waitEntry) 56 54 { … … 61 59 #endif 62 60 63 ListAdd Tail(&waitEntry->next,&waitQueue->list);61 ListAdd(&waitEntry->next,&waitQueue->list); 64 62 SpinUnlockIrq(&waitQueue->spinLock); 65 63 }
