- Timestamp:
- 2005-12-22T11:09:29Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ae4443
- Parents:
- 096d11e5
- Location:
- generic/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/lib/func.c
r096d11e5 r2cf5634 46 46 { 47 47 #ifdef CONFIG_DEBUG 48 bool rundebugger ;48 bool rundebugger = false; 49 49 50 50 // TODO test_and_set not defined on all arches -
generic/src/time/timeout.c
r096d11e5 r2cf5634 99 99 void timeout_register(timeout_t *t, __u64 time, timeout_handler_t f, void *arg) 100 100 { 101 timeout_t *hlp ;101 timeout_t *hlp = NULL; 102 102 link_t *l, *m; 103 103 ipl_t ipl;
Note:
See TracChangeset
for help on using the changeset viewer.