Changeset 01ff41c in mainline for libc/generic/thread.c
- Timestamp:
- 2006-05-27T22:28:25Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7f5b37a
- Parents:
- 7f9cd77
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/thread.c
r7f9cd77 r01ff41c 43 43 #endif 44 44 45 static LIST_INITIALIZE(thread_garbage); 45 46 46 47 extern char _tdata_start; … … 146 147 __SYSCALL1(SYS_THREAD_EXIT, (sysarg_t) status); 147 148 } 149
Note:
See TracChangeset
for help on using the changeset viewer.